BucketAbortIncompleteMultipartUpload

data class BucketAbortIncompleteMultipartUpload(val daysAfterInitiation: Int)

Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Stopping Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon S3 User Guide.

Constructors

Link copied to clipboard
constructor(daysAfterInitiation: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the number of days after which Amazon S3 stops an incomplete multipart upload.