Skip to content

Commit 8dbdf38

Browse files
committed
reformat IAM statements
1 parent 817ce8d commit 8dbdf38

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

aws/logs_monitoring/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -555,12 +555,11 @@ The CloudFormation Stack creates following IAM roles:
555555
"Resource": "*"
556556
},
557557
{
558-
"Action": ["s3:PutObject", "s3:DeleteObject"],
559-
"Resource": "<S3Bucket to Store the Forwarder Zip>",
560-
"Effect": "Allow"
561-
},
562-
{
563-
"Action": ["s3:ListBucket"],
558+
"Action": [
559+
"s3:ListBucket",
560+
"s3:PutObject",
561+
"s3:DeleteObject"
562+
],
564563
"Resource": "<S3Bucket to Store the Forwarder Zip>",
565564
"Effect": "Allow"
566565
}

0 commit comments

Comments
 (0)