Skip to content

Commit b604375

Browse files
committed
VED-1029: Allow PutObjectAcl action.
1 parent 218c6c7 commit b604375

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infrastructure/instance/file_name_processor.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ resource "aws_iam_policy" "filenameprocessor_lambda_exec_policy" {
166166
{
167167
"Effect" : "Allow",
168168
"Action" : [
169-
"s3:PutObject"
169+
"s3:PutObject",
170+
"s3:PutObjectAcl"
170171
],
171172
"Resource" : ["arn:aws:s3:::${var.dspp_submission_s3_bucket_name}/*"]
172173
}

0 commit comments

Comments
 (0)