Skip to content

Commit

Permalink
fix: 6764: remove lifecyle rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun Bolanle committed Jun 10, 2022
1 parent 917b3ae commit c4415fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions logs_monitoring_elb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,4 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "elb_logs" {
sse_algorithm = "AES256"
}
}

lifecycle_rule {
abort_incomplete_multipart_upload_days = 7
enabled = true
id = "rax-cleanup-incomplete-mpu-objects"
tags = {}
}

}

0 comments on commit c4415fd

Please sign in to comment.