We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fa638 commit 76551f5Copy full SHA for 76551f5
terragrunt/modules/crates-io/s3-static.tf
@@ -58,10 +58,6 @@ resource "aws_s3_bucket_replication_configuration" "static" {
58
id = "crates"
59
status = "Enabled"
60
61
- filter {
62
- prefix = "crates/"
63
- }
64
-
65
destination {
66
bucket = aws_s3_bucket.fallback.arn
67
storage_class = "INTELLIGENT_TIERING"
0 commit comments