Skip to content
Snippets Groups Projects
Unverified Commit c92ea927 authored by Chaz Schlarp's avatar Chaz Schlarp Committed by GitHub
Browse files

Remove superfluous IAM action for S3 cache

`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
parent 629b9b00
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,6 @@ the S3 URL:</para> ...@@ -159,7 +159,6 @@ the S3 URL:</para>
"s3:ListBucket", "s3:ListBucket",
"s3:ListBucketMultipartUploads", "s3:ListBucketMultipartUploads",
"s3:ListMultipartUploadParts", "s3:ListMultipartUploadParts",
"s3:ListObjects",
"s3:PutObject" "s3:PutObject"
], ],
"Resource": [ "Resource": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment