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 21, 2024
1 parent 82fa638 commit 76551f5
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 @@ -58,10 +58,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 76551f5

Please sign in to comment.