Skip to content

Commit 3b8ff17

Browse files
committed
Update AWSS3ServerAccessAndConfig.json
1 parent c106ac2 commit 3b8ff17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Solutions/AWS_AccessLogs/CloudFormationTemplates/AWSS3ServerAccessAndConfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@
181181
{
182182
"Sid": "StmtAllowReceiveDeleteChangeVisibility",
183183
"Effect": "Allow",
184-
"Principal": "*",
184+
"Principal": {
185+
"Service": "s3.amazonaws.com"
186+
},
185187
"Action": [
186188
"SQS:ReceiveMessage",
187189
"SQS:DeleteMessage",

0 commit comments

Comments
 (0)