Skip to content

Commit

Permalink
add star back
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-heery committed Jan 2, 2025
1 parent ccf50d5 commit d4bfedc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resource "aws_s3_bucket_notification" "live_serco_fms_data_store" {
topic {
topic_arn = aws_sns_topic.live_serco_fms_s3_events.arn
events = [
"s3:ObjectCreated:"
"s3:ObjectCreated:*"
]
filter_prefix = "serco/fms/"
filter_suffix = ".JSON"
Expand Down

0 comments on commit d4bfedc

Please sign in to comment.