<?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 Not able  to get or to list the files on S3 from SAS by using proc S3 in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/961664#M29735</link>
    <description>&lt;P&gt;One of our job is running for years without issues but since a week, job is failing due to "list" issue. hasn't changed anything from sas bucket permissions side or from the server.&lt;/P&gt;
&lt;PRE&gt;28 proc s3
29 awsconfig="/data/config"
30 awscredentials="/data/credentials" ;
31 /* get "/data_bucket/S3Test/Test.txt" "/data/test/Test.txt" ; */
32 list "/data_bucket/Test/";
33 run;

ERROR: Could not list bucket contents.
ERROR: Invalid argument&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 12:00:09 GMT</pubDate>
    <dc:creator>sathya66</dc:creator>
    <dc:date>2025-03-12T12:00:09Z</dc:date>
    <item>
      <title>Not able  to get or to list the files on S3 from SAS by using proc S3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/961664#M29735</link>
      <description>&lt;P&gt;One of our job is running for years without issues but since a week, job is failing due to "list" issue. hasn't changed anything from sas bucket permissions side or from the server.&lt;/P&gt;
&lt;PRE&gt;28 proc s3
29 awsconfig="/data/config"
30 awscredentials="/data/credentials" ;
31 /* get "/data_bucket/S3Test/Test.txt" "/data/test/Test.txt" ; */
32 list "/data_bucket/Test/";
33 run;

ERROR: Could not list bucket contents.
ERROR: Invalid argument&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 12:00:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/961664#M29735</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2025-03-12T12:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Not able  to get or to list the files on S3 from SAS by using proc S3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/961749#M29738</link>
      <description>&lt;P&gt;Try installing this hot fix&amp;nbsp;&lt;A href="https://support.sas.com/kb/69/457.html" target="_blank"&gt;https://support.sas.com/kb/69/457.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 02:35:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/961749#M29738</guid>
      <dc:creator>soominchae</dc:creator>
      <dc:date>2025-03-13T02:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Not able  to get or to list the files on S3 from SAS by using proc S3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/962333#M29783</link>
      <description>&lt;P&gt;Do you have&amp;nbsp; a hot fix for 9.4 M5. We need it!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 13:28:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/962333#M29783</guid>
      <dc:creator>dshahvx</dc:creator>
      <dc:date>2025-03-20T13:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Not able  to get or to list the files on S3 from SAS by using proc S3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/962361#M29784</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Think there is no fix for this on M5 and M6 . We have to upgrade SAS to either M7 or M8.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have sorted this by adding the bucket&amp;nbsp; policy to instance role&amp;nbsp;but you have to list the files by using x command (if enabled ) . something like below.&lt;/P&gt;
&lt;P&gt;I have enabled x commands for s3&amp;nbsp; users group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;x  aws s3 ls "s3://data_bucket/Test/" &amp;gt; "/tmp/log.txt" ;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 09:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/962361#M29784</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2025-03-21T09:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not able  to get or to list the files on S3 from SAS by using proc S3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/962387#M29785</link>
      <description>&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is very strange in our case. Because there are several other buckets that are created using AWS console and on which we can use the list command but just one is on which we cant since few days. It had been working for almost a year but just stopped working until last week.&amp;nbsp; However we are able to delete/copy the contents.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Was there anything changed within&amp;nbsp; 9.4M5 which could impact only the list statement within PROC s3?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 14:22:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/962387#M29785</guid>
      <dc:creator>dshahvx</dc:creator>
      <dc:date>2025-03-21T14:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Not able  to get or to list the files on S3 from SAS by using proc S3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/963103#M29810</link>
      <description>&lt;P&gt;this issue might have occurred due to certain changes in AWS. Please refer to the following documentation:&lt;BR /&gt;Ref:- &lt;A href="https://urldefense.com/v3/__https:/docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html__;!!K-t5rA0NaMnkAg!QUd9CtULOOJgiZ_oBWDuXtIl0FBMtRiJ1fpHlKkwuYjDNDGpdHsDHxMjc1558xJXZdss7Q-yI_1Bs8Bs-b-ZUW64UQ$" target="_blank"&gt;https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sathya66_0-1743505719439.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/105808iD4EAEAEC9DC5D2E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sathya66_0-1743505719439.png" alt="sathya66_0-1743505719439.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 11:08:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Not-able-to-get-or-to-list-the-files-on-S3-from-SAS-by-using/m-p/963103#M29810</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2025-04-01T11:08:48Z</dc:date>
    </item>
  </channel>
</rss>

