Skip to content

Access to public bucket athena-examples-us-east-1

0

Hi All

I've trying to access avro files stored in the public bucket athena-examples-us-east-1 I wish to download the avro files in order to compare my avro file generation. Strangely enough I can list the items, just not access them. Get-S3ACL: Access Denied is also not working.

Enter image description here

Can anyone tell me how to get access or if the files are in a github repo somewhere?

asked 2 years ago315 views
1 Answer
0

Hiii Chris,

Downloading Avro files from athena-examples-us-east-1 might be restricted. Here's why:

  • Public bucket, but files might have private permissions.

Instead, try:

or

Download the file using this command:

aws s3 cp s3://athena-examples-us-east-1/flight/avro/year-2015/000015_0 C:\Temp\avroflight\year-2015\000015_0

If you prefer to download directly from a web browser, use this URL:

https://athena-examples-us-east-1.s3.amazonaws.com/flight/avro/year-2015/000015_0
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.