Skip to content

Commit

Permalink
feat(crates-io): replicate entire bucket in fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Aug 1, 2024
1 parent 62b6583 commit d74a5f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions terragrunt/modules/crates-io/s3-static.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ resource "aws_s3_bucket_replication_configuration" "static" {
id = "crates"
status = "Enabled"

filter {
prefix = "crates/"
}

destination {
bucket = aws_s3_bucket.fallback.arn
storage_class = "INTELLIGENT_TIERING"
Expand Down

0 comments on commit d74a5f1

Please sign in to comment.