<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PROC S3 connection error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-S3-connection-error/m-p/638552#M189901</link>
    <description>&lt;P&gt;The error message seems to indicate that the resolved access key variable defined is not in the AWS records. According to me the first step is to verify whether the accesskey variable has been assinged the appropriate value and has no typo. You can check this by printing out the value of the accesskeyvariable i.e. %put accesskey=&amp;amp;accsesskey; and check the resolved value does not have a typo. If there is a typo reassign the accesskey variable and re-run. if that doesnt resolve the issue, then try checking whether the S3 bucket has the accesskey defined, else work with your Amazon S3 admin to generate it for you. Hope this helps!&lt;/P&gt;</description>
    <pubDate>Thu, 09 Apr 2020 01:11:18 GMT</pubDate>
    <dc:creator>vkumbhakarna</dc:creator>
    <dc:date>2020-04-09T01:11:18Z</dc:date>
    <item>
      <title>PROC S3 connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-S3-connection-error/m-p/638515#M189879</link>
      <description>&lt;P&gt;Hey folks, just curious when I run following code in SAS studio:&lt;/P&gt;&lt;PRE&gt;proc s3 keyid="&amp;amp;accesskey." secret= "&amp;amp;secretKey." region=useast;
put "/local/dir/xxx.csv" "/bucket/dir/xxx.csv";
run;&lt;/PRE&gt;&lt;P&gt;I got this error:&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#FF0000"&gt;ERROR: Could not put file.
ERROR: The AWS access key Id you provided does not exist in our records.&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;The key id is fresh obtained and any idea where to debug?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 21:57:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-S3-connection-error/m-p/638515#M189879</guid>
      <dc:creator>lpy0521</dc:creator>
      <dc:date>2020-04-08T21:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: PROC S3 connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-S3-connection-error/m-p/638552#M189901</link>
      <description>&lt;P&gt;The error message seems to indicate that the resolved access key variable defined is not in the AWS records. According to me the first step is to verify whether the accesskey variable has been assinged the appropriate value and has no typo. You can check this by printing out the value of the accesskeyvariable i.e. %put accesskey=&amp;amp;accsesskey; and check the resolved value does not have a typo. If there is a typo reassign the accesskey variable and re-run. if that doesnt resolve the issue, then try checking whether the S3 bucket has the accesskey defined, else work with your Amazon S3 admin to generate it for you. Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 01:11:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-S3-connection-error/m-p/638552#M189901</guid>
      <dc:creator>vkumbhakarna</dc:creator>
      <dc:date>2020-04-09T01:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: PROC S3 connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-S3-connection-error/m-p/639520#M190279</link>
      <description>Thanks for the info.&lt;BR /&gt;I actually resolved this kind issue. Hope this will help others facing the same issue. In simply words, if you are holding a temp key rather than long term key, then you will need the token info on top of access key and secret key.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Apr 2020 16:49:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-S3-connection-error/m-p/639520#M190279</guid>
      <dc:creator>lpy0521</dc:creator>
      <dc:date>2020-04-13T16:49:45Z</dc:date>
    </item>
  </channel>
</rss>

