Skip to content

Commit 6ec5bfa

Browse files
author
tfentonz
committed
Update README S3 permission case
Correct `s3:PutObjectACL` to `s3:PutObjectAcl`. See [Specifying Permissions in a Policy](https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html).
1 parent 725cdac commit 6ec5bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ This plugin requires the following permissions on your Amazon S3 access policy:
221221
* For the files on the bucket:
222222
* s3:GetObject
223223
* s3:PutObject
224-
* s3:PutObjectACL
224+
* s3:PutObjectAcl
225225

226226
The following is an example policy that meets these requirements:
227227

@@ -233,7 +233,7 @@ The following is an example policy that meets these requirements:
233233
"Action": [
234234
"s3:GetObject",
235235
"s3:PutObject",
236-
"s3:PutObjectACL",
236+
"s3:PutObjectAcl",
237237
"s3:ListBucket"
238238
],
239239
"Resource": [

0 commit comments

Comments
 (0)