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.
2 parents 501288d + 9e9468f commit f77c825Copy full SHA for f77c825
iam.tf
@@ -54,6 +54,7 @@ data "aws_iam_policy_document" "policy" {
54
"s3:GetObject",
55
"s3:DeleteObject",
56
"s3:PutObject",
57
+ "s3:PutObjectTagging",
58
"s3:AbortMultipartUpload",
59
"s3:ListMultipartUploadParts"
60
]
0 commit comments