Skip to content

Commit 9af8b16

Browse files
committed
fixed dlq bucket permissions
1 parent 1242271 commit 9af8b16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

template.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,9 @@ Resources:
658658
- 's3:DeleteObject'
659659
- 's3:PutObjectTagging'
660660
- 's3:PutObjectVersionTagging'
661-
Resource: !Sub arn:aws:s3:::${DLQS3Bucket}
661+
Resource:
662+
- !Sub arn:aws:s3:::${DLQS3Bucket}
663+
- !Sub arn:aws:s3:::${DLQS3Bucket}/*
662664
- !Ref AWS::NoValue
663665

664666
VpcConfig: !If

0 commit comments

Comments
 (0)