Bucket Lifecycle Configuration V2Rule Expiration
data class BucketLifecycleConfigurationV2RuleExpiration(val date: String? = null, val days: Int? = null, val expiredObjectDeleteMarker: Boolean? = null)
Properties
Link copied to clipboard
Date the object is to be moved or deleted. The date value must be in RFC3339 full-date format e.g. 2023-08-22
.
Link copied to clipboard
Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions. If set to true
, the delete marker will be expired; if set to false
the policy takes no action.