Skip to content

Commit

Permalink
Uppdate abort_incomplete_multipart_upload_days default value to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhashemi committed Jun 12, 2024
1 parent 49591a8 commit 1df3ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ variable "kms_key_arn" {

variable "abort_incomplete_multipart_upload_days" {
description = "The number of days to keep an incomplete multipart upload before it is deleted"
default = 30
default = 7
}

0 comments on commit 1df3ae4

Please sign in to comment.