Skip to content

Commit 78e2682

Browse files
committed
remove unneeded condition statement
1 parent 4d5f6b6 commit 78e2682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws_sra_examples/solutions/guardduty/guardduty_org/templates/sra-guardduty-org-delivery-s3-bucket.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ Resources:
166166
Condition:
167167
StringLike:
168168
aws:PrincipalServiceName: guardduty.*.amazonaws.com
169-
StringEquals:
170-
s3:x-amz-acl: bucket-owner-full-control
169+
# StringEquals:
170+
# s3:x-amz-acl: bucket-owner-full-control
171171

172172
- Sid: DenyUnencryptedObjectUploads
173173
Effect: Deny

0 commit comments

Comments
 (0)