Bucket Lifecycle Configuration V2Rule Expiration
data class BucketLifecycleConfigurationV2RuleExpiration(val date: String? = null, val days: Int? = null, val expiredObjectDeleteMarker: Boolean? = null)
Constructors
Link copied to clipboard
fun BucketLifecycleConfigurationV2RuleExpiration(date: String? = null, days: Int? = null, expiredObjectDeleteMarker: Boolean? = null)
Types
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
.