Can't list files in public S3 bucket

#1
by jcapitanio - opened

Hi, thanks for the amazing work. This is very interesting and a great resource.
I tried to list the contents of the public S3 bucket, but I see an error: "(AccessDenied) when calling the ListObjectsV2 operation: Access Denied."
Is it possible s3:ListBucket permission is not set? If so, is there a specific index file I can copy to determine the files present?
Thanks you very much for your help and for the great contribution.
Juliana

GET Foundation org

That's weird, I think it used to work fine for me. I'll talk to our lab's tech for it. Thanks for reporting!

GET Foundation org

Sorry for the delay. It should work now. Try

aws s3 ls s3://2023-get-xf2217/get_demo/Interpretation_all_hg38_allembed_v4_natac/ --no-sign-request

Sign up or log in to comment