From 949e630dfbe8d9b996595f1984e7d47f8fc7a69f Mon Sep 17 00:00:00 2001 From: Michel Daviot Date: Fri, 16 Aug 2024 17:27:56 +0200 Subject: [PATCH] Fix path in CFT so retry has access to the proper s3 prefix --- aws/logs_monitoring/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/logs_monitoring/template.yaml b/aws/logs_monitoring/template.yaml index 4a7529664..bf2889ff4 100644 --- a/aws/logs_monitoring/template.yaml +++ b/aws/logs_monitoring/template.yaml @@ -583,7 +583,7 @@ Resources: Condition: StringLike: s3:prefix: - - "retry/*" + - "failed_events/*" - "log-group-cache/*" Effect: Allow - !Ref AWS::NoValue