Skip to content

Commit 9662395

Browse files
committed
fix: allow s3:ListBucket to the proper prefix for failed_events
1 parent 8dbdf38 commit 9662395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/logs_monitoring/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ Resources:
755755
Condition:
756756
StringLike:
757757
s3:prefix:
758-
- "retry/*"
758+
- "failed_events/*"
759759
- "log-group-cache/*"
760760
Effect: Allow
761761
- Ref: AWS::NoValue

0 commit comments

Comments
 (0)