Skip to content

Commit c7e95c4

Browse files
add list permission (#143)
1 parent 23dc714 commit c7e95c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/log_ingestion.s3.cft.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ Resources:
9292
Resource:
9393
- !Sub '${BucketARN}'
9494
- !Sub '${BucketARN}/*'
95+
- Sid: "CloudlogsS3AccessList"
96+
Effect: "Allow"
97+
Action:
98+
- "s3:List*"
99+
Resource:
100+
- !Sub '${BucketARN}'
101+
- !Sub '${BucketARN}/*'
95102

96103
CloudTrailNotificationsTopic:
97104
Condition: CreateSNSTopic

0 commit comments

Comments
 (0)