Skip to content

Commit

Permalink
lower filter level: (#9004)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-heery authored Dec 6, 2024
1 parent a5b12d4 commit 6d5fb99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/environments/electronic-monitoring-data/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,9 @@ resource "aws_s3_bucket_notification" "data_store" {
topic {
topic_arn = aws_sns_topic.s3_events.arn
events = [
"s3:ObjectCreated:*"
"s3:ObjectCreated:**.bak",
"s3:ObjectCreated:**.zip",
"s3:ObjectCreated:**.bacpac",
]
}
}
Expand Down

0 comments on commit 6d5fb99

Please sign in to comment.