Amazon S3 Bucket NoncurrentVersionTransition
NoncurrentVersionTransition is a property of the Amazon S3 Bucket Rule property that describes
when noncurrent objects transition to a specified storage class.
Syntax
JSON
{ "StorageClass" :String, "TransitionInDays" :Integer}
YAML
StorageClass:StringTransitionInDays:Integer
Properties
StorageClass-
The storage class to which you want the object to transition, such as
GLACIER. For valid values, see theStorageClassrequest element of the PUT Bucket lifecycle action in the Amazon Simple Storage Service API Reference.Required: Yes
Type: String
TransitionInDays-
The number of days between the time that a new version of the object is uploaded to the bucket and when old versions of the object are transitioned to the specified storage class.
Required: Yes
Type: Integer
