Skip to content

Commit 76551f5

Browse files
committed
feat(crates-io): replicate entire bucket in fallback
1 parent 82fa638 commit 76551f5

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
@@ -58,10 +58,6 @@ resource "aws_s3_bucket_replication_configuration" "static" {
5858
id = "crates"
5959
status = "Enabled"
6060

61-
filter {
62-
prefix = "crates/"
63-
}
64-
6561
destination {
6662
bucket = aws_s3_bucket.fallback.arn
6763
storage_class = "INTELLIGENT_TIERING"

0 commit comments

Comments
 (0)