Skip to content
New issue

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

Still access denied #5

Open
jtenny opened this issue Jul 9, 2021 · 1 comment
Open

Still access denied #5

jtenny opened this issue Jul 9, 2021 · 1 comment

Comments

@jtenny
Copy link

jtenny commented Jul 9, 2021

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

  1. Created an AWS account (with valid payment information)
  2. Created a user and user group for myself with the "AdministratorAccess" policy
  3. Got my access key ID and secret key
  4. Typed my info in using aws configure

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?

@timhaverland-noaa
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants