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

Remove superfluous IAM action for S3 cache #3161

Merged
merged 1 commit into from Oct 23, 2019
Merged

Conversation

schlarpc
Copy link
Contributor

s3:ListObjects isn't a real IAM action, but is the name of an S3 API method. s3:ListBucket is the relevant action for that method.

https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html

`s3:ListObjects` isn't a real IAM action, but _is_ the name of an S3 API method. `s3:ListBucket` is the relevant action for that method.

https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html
@zimbatm
Copy link
Member

zimbatm commented Oct 23, 2019

I can confirm that s3:ListObjects is an invalid entry.

@edolstra edolstra merged commit b421895 into NixOS:master Oct 23, 2019
@schlarpc schlarpc deleted the patch-1 branch December 23, 2019 04:52
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

Successfully merging this pull request may close these issues.

None yet

3 participants