Skip to content

Commit d74a5f1

Browse files
committed
feat(crates-io): replicate entire bucket in fallback
1 parent 62b6583 commit d74a5f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

terragrunt/modules/crates-io/s3-static.tf

-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ resource "aws_s3_bucket_replication_configuration" "static" {
4646
id = "crates"
4747
status = "Enabled"
4848

49-
filter {
50-
prefix = "crates/"
51-
}
52-
5349
destination {
5450
bucket = aws_s3_bucket.fallback.arn
5551
storage_class = "INTELLIGENT_TIERING"

0 commit comments

Comments
 (0)