Skip to content

Commit a5c8707

Browse files
committed
doc: Fix AWS iam policy
1 parent 0a26905 commit a5c8707

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The DELETE request path must contain the file name. Example: `DELETE /dir1/dir2/
9696

9797
## AWS IAM Policy
9898

99-
```json
99+
```js
100100
{
101101
"Version": "2012-10-17",
102102
"Statement": [
@@ -108,7 +108,6 @@ The DELETE request path must contain the file name. Example: `DELETE /dir1/dir2/
108108
"s3:GetObject",
109109
// Needed for PUT API/Action
110110
"s3:PutObject",
111-
"s3:HeadObject",
112111
// Needed for DELETE API/Action
113112
"s3:DeleteObject"
114113
],

0 commit comments

Comments
 (0)