BookmarkSubscribeRSS Feed
milind3889
Obsidian | Level 7

I am trying to run a simple PROC S3 to get list of objects as below

 

proc s3 KEYID="A*********************H" 
SECRET="e**********************************************W"
REGION=usstd;
list "/vertex-rwe/RWE_S3/perf_test";
run;

I am getting below error in log.

 

58 proc s3 KEYID="A_____________________H"
59 SECRET="e___________________________________________W"
60 REGION=usstd;
61 list "/vertex-rwe/RWE_S3/perf_test";
62 run;

ERROR: Could not list bucket contents.
ERROR: HTTP/1.1 400 Bad Request
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE S3 used (Total process time):
real time 2.26 seconds
cpu time 0.03 seconds

 

 

1 REPLY 1
SAS_Cares
SAS Employee

Let us know if this Problem Note might help resolve http://support.sas.com/kb/64/079.html

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1415 views
  • 0 likes
  • 2 in conversation