diff --git a/README.md b/README.md index ca24caf..17a2c4c 100644 --- a/README.md +++ b/README.md @@ -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" ], @@ -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" ], diff --git a/changelogs/unreleased/218-chrisRedwine b/changelogs/unreleased/218-chrisRedwine new file mode 100644 index 0000000..ab77bff --- /dev/null +++ b/changelogs/unreleased/218-chrisRedwine @@ -0,0 +1 @@ +Add required S3 PutObjectTagging permission to IAM policy in README \ No newline at end of file