OvertureMaps/data

Error when copying the whole dataset via aws s3 cli

Closed this issue · 7 comments

I've been trying to download the whole dataset to see how it's partitnioned but I'm getting this error
fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied

when using

aws s3 cp --region us-west-2 --no-sign-request --recursive s3://overturemaps-us-west-2/release/2023-10-19-alpha.0/ .

Should it also be possible to use aws s3 ls on the dataset?

Thanks

Does aws --no-sign-request s3 cp ... work?

Not for me. Permissions issue with the bucket maybe.

aws --no-sign-request s3 ls s3://overturemaps-us-west-2/release/2023-10-19-alpha.0/ does not work for you?

Or is it just cp that doesn't work?

@mojodna Any thoughts?

Ok, so it appears to be working (both cp & ls) on a remote Ec2 instance but not on my laptop.

Where I'm seeing An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied

@mtravis Did this get resolved? Okay to close?

@jwass this seems to be working now thanks.