We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725cdac commit 6ec5bfaCopy full SHA for 6ec5bfa
README.md
@@ -221,7 +221,7 @@ This plugin requires the following permissions on your Amazon S3 access policy:
221
* For the files on the bucket:
222
* s3:GetObject
223
* s3:PutObject
224
- * s3:PutObjectACL
+ * s3:PutObjectAcl
225
226
The following is an example policy that meets these requirements:
227
@@ -233,7 +233,7 @@ The following is an example policy that meets these requirements:
233
"Action": [
234
"s3:GetObject",
235
"s3:PutObject",
236
- "s3:PutObjectACL",
+ "s3:PutObjectAcl",
237
"s3:ListBucket"
238
],
239
"Resource": [
0 commit comments