IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface AbortIncompleteMultipartUpload

    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 Configuration in the Amazon S3 User Guide.

    interface AbortIncompleteMultipartUpload {
        DaysAfterInitiation?: number;
    }
    Index

    Properties

    DaysAfterInitiation?: number

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