Instance Propertyswift-cloud 0.24.0CloudCore
storageClass
The class of storage used to store the object.
let storageClass: TransitionStorageClass?
The class of storage used to store the object.
let storageClass: TransitionStorageClass?
s9CloudCore2S3V27NoncurrentVersionTransitionV12storageClassAC0f7StorageH0OSgvp
What are these?6JML1
import CloudCore
struct NoncurrentVersionTransition
struct S3
Service object for interacting with AWS S3 service.
enum TransitionStorageClass
init(from decoder: any Decoder) throws
init(newerNoncurrentVersions: Int? = nil, noncurrentDays: Int? = nil, storageClass: TransitionStorageClass? = nil)
let newerNoncurrentVersions: Int?
Specifies how many noncurrent versions Amazon S3 will retain in the same storage class before transitioning objects. You can specify up to 100 noncurrent versions to retain. Amazon S3 will transition any additional noncurrent versions beyond the specified number to retain. For more information about noncurrent versions, see Lifecycle configuration elements in the Amazon S3 User Guide.
let noncurrentDays: Int?
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see How Amazon S3 Calculates How Long an Object Has Been Noncurrent in the Amazon S3 User Guide.