Skip to content

Remove superfluous IAM action for S3 cache#3161

Merged
edolstra merged 1 commit intoNixOS:masterfrom
schlarpc:patch-1
Oct 23, 2019
Merged

Remove superfluous IAM action for S3 cache#3161
edolstra merged 1 commit intoNixOS:masterfrom
schlarpc:patch-1

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.

3 participants