Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
add DeleteObject to S3 minimal permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed May 31, 2020
1 parent b8e519c commit a6e5a77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ You should have an AWS S3 regional bucket and an access key / secret attached to
"s3:ListBucket",
"s3:GetObject",
"s3:PutObject",
"s3:PutObjectAcl"
"s3:PutObjectAcl",
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::BUCKET_NAME",
Expand Down

0 comments on commit a6e5a77

Please sign in to comment.