|
From: Rathi, K. S <RA...@EM...> - 2016-07-14 17:21:35
|
Hi everyone, I am trying to perform ls/get operations on a publicly accessible s3 bucket: s3://cgl-rnaseq-recompute-fixed $ s3cmd --configure # I put my access key and secret key and the configuration worked because I got this message at the end: Test access with supplied credentials? [Y/n] Y Please wait, attempting to list all buckets... Success. Your access key and secret key worked fine :-) Now verifying that encryption works... Success. Encryption and decryption worked fine :-) # When I try to list the contents of the bucket, it says access denied $ s3cmd --requester-pays ls s3://cgl-rnaseq-recompute-fixed ERROR: Access to bucket 'cgl-rnaseq-recompute-fixed' was denied ERROR: S3 error: 403 (AccessDenied): Access Denied Just an FYI, I can list/get the contents of a bunch of buckets that I have access to. Any help would be much appreciated! Thanks! |