We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get quite confused by AWS but I would love to access this data set. Tried everything I could read but still stuck with access denied errors.
Here's what I've done
I tried running the following command:
aws s3 ls s3://glr-ds-us-building-footprints/ --request-payer requester
But I still get this message:
An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
Any ideas how to fix this or at least get more info about why I'm being denied?
The text was updated successfully, but these errors were encountered:
@jtenny
A wild guess ... maybe try removing the trailing slash from the s3 URL:
aws s3 ls s3://glr-ds-us-building-footprints --request-payer requester
Sorry, something went wrong.
No branches or pull requests
I get quite confused by AWS but I would love to access this data set. Tried everything I could read but still stuck with access denied errors.
Here's what I've done
I tried running the following command:
aws s3 ls s3://glr-ds-us-building-footprints/ --request-payer requester
But I still get this message:
An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
Any ideas how to fix this or at least get more info about why I'm being denied?
The text was updated successfully, but these errors were encountered: