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