<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AWS FOTA</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69757/aws-fota</link><description>Hello, 
 through figuring out how AWS FOTA works and following the instructions of this page 
 https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/aws_fota/README.html#testing 
 I got problem at step 11 ( create job document</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Dec 2020 11:10:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69757/aws-fota" /><item><title>RE: AWS FOTA</title><link>https://devzone.nordicsemi.com/thread/286269?ContentTypeID=1</link><pubDate>Tue, 22 Dec 2020 11:10:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e5ca34d-97b1-4c89-adcd-0d77d4bc8e1a</guid><dc:creator>Mustafa</dc:creator><description>&lt;p&gt;Thank u for ur time, it was a problem with the copying from the browser.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AWS FOTA</title><link>https://devzone.nordicsemi.com/thread/286263?ContentTypeID=1</link><pubDate>Tue, 22 Dec 2020 10:37:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77c96c83-1ad2-46e3-9598-d37aa32bf9fd</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;I copied your JSON into notepad, and saved it as a .json file.&lt;/p&gt;
&lt;p&gt;I then uploaded the file to my S3 bucket, and successfully used it to create a new job.&lt;/p&gt;
&lt;p&gt;Here is the file I uploaded: &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/aws_5F00_job.txt"&gt;devzone.nordicsemi.com/.../aws_5F00_job.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AWS FOTA</title><link>https://devzone.nordicsemi.com/thread/286121?ContentTypeID=1</link><pubDate>Mon, 21 Dec 2020 16:23:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b487ae8-37a3-4fea-9635-d9c00298be4a</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Due to the fast approaching Christmas, we are a bit short on staff in the coming weeks, which unfortunately meant that I did not have time to look at your case today.&lt;/p&gt;
&lt;p&gt;The JSON you posted looks valid, but if you copied it directly from a website (or similar), it might not be ASCII formatted. Do you get the same error if you type it all manually, making sure that the document is saved in ASCII format?&lt;/p&gt;
&lt;p&gt;For reference, here is a job-file I have used successfully myself:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  &amp;quot;operation&amp;quot;: &amp;quot;app_fw_update&amp;quot;,
  &amp;quot;fwversion&amp;quot;: &amp;quot;v1.0.2&amp;quot;,
  &amp;quot;size&amp;quot;: 181124,
  &amp;quot;location&amp;quot;: {
    &amp;quot;protocol&amp;quot;: &amp;quot;http:&amp;quot;,
    &amp;quot;host&amp;quot;: &amp;quot;aws-fota-sample-bucket.s3-us-west-2.amazonaws.com&amp;quot;,
    &amp;quot;path&amp;quot;: &amp;quot;app_update.bin&amp;quot;
  }
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;One difference I noticed is that you have &amp;lt;bucketname&amp;gt;.s3&lt;strong&gt;.&lt;/strong&gt;&amp;lt;region&amp;gt;.amazonaws.com, while I have &amp;lt;bucketname&amp;gt;.s3&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;em&gt;&lt;/em&gt;&lt;strong&gt;-&lt;/strong&gt;&amp;lt;region&amp;gt;.amazonaws.com.&lt;/p&gt;
&lt;p&gt;The difference might be hard to spot, but you used a &amp;#39;.&amp;#39; between &amp;#39;s3&amp;#39; and &amp;#39;&amp;lt;region&amp;gt;&amp;#39;, while I have &amp;#39;-&amp;#39;. It might be that is correct, but it is a difference.&lt;/p&gt;
&lt;p&gt;I will try to take a closer look at your issue tomorrow.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>