AWSS3AbortIncompleteMultipartUpload

Objective-C

@interface AWSS3AbortIncompleteMultipartUpload

Swift

class AWSS3AbortIncompleteMultipartUpload

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 Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon Simple Storage Service Developer Guide.

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable daysAfterInitiation;

    Swift

    var daysAfterInitiation: NSNumber? { get set }