Skip to content

Commit

Permalink
fix(docs): Add required S3 PutObjectTagging permission to IAM policy …
Browse files Browse the repository at this point in the history
…in README

Signed-off-by: chrisRedwine <[email protected]>
  • Loading branch information
chrisRedwine committed Sep 16, 2024
1 parent add8312 commit a8feda4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ For more information, see [the AWS documentation on IAM users][10].
"s3:GetObject",
"s3:DeleteObject",
"s3:PutObject",
"s3:PutObjectTagging",
"s3:AbortMultipartUpload",
"s3:ListMultipartUploadParts"
],
Expand Down Expand Up @@ -225,6 +226,7 @@ It can be set up for Velero by creating a role that will have required permissio
"s3:GetObject",
"s3:DeleteObject",
"s3:PutObject",
"s3:PutObjectTagging",
"s3:AbortMultipartUpload",
"s3:ListMultipartUploadParts"
],
Expand Down
1 change: 1 addition & 0 deletions changelogs/unreleased/218-chrisRedwine
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add required S3 PutObjectTagging permission to IAM policy in README

0 comments on commit a8feda4

Please sign in to comment.