Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #188 from ministryofjustice/expiration-rule-fix
Browse files Browse the repository at this point in the history
Remove s3 expiration setting (that AWS doesnt allow)
  • Loading branch information
David Read authored Oct 3, 2018
2 parents 53b87b2 + 08cb160 commit 63dd033
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infra/terraform/modules/data_backup/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ resource "aws_s3_bucket" "nfs_backup" {
}

expiration {
days = 90
expired_object_delete_marker = true
days = 90
}

noncurrent_version_transition {
Expand Down

0 comments on commit 63dd033

Please # to comment.