BucketLifecycleRuleNoncurrentVersionTransition

data class BucketLifecycleRuleNoncurrentVersionTransition(val days: Int, val storageClass: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int

Specifies the number of days after object creation when the specific rule action takes effect.

Link copied to clipboard

The storage class to apply. Can be "Standard", "IA" and "Archive". Defaults to "Standard".