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

    Interface MultipartUpload

    Container for the MultipartUpload for the Amazon S3 object.

    interface MultipartUpload {
        UploadId?: string;
        Key?: string;
        Initiated?: Date;
        StorageClass?: StorageClass;
        Owner?: Owner;
        Initiator?: Initiator;
        ChecksumAlgorithm?: ChecksumAlgorithm;
        ChecksumType?: ChecksumType;
    }
    Index

    Properties

    UploadId?: string

    Upload ID that identifies the multipart upload.

    Key?: string

    Key of the object for which the multipart upload was initiated.

    Initiated?: Date

    Date and time at which the multipart upload was initiated.

    StorageClass?: StorageClass

    The class of storage used to store the object.

    Directory buckets - Directory buckets only support EXPRESS_ONEZONE (the S3 Express One Zone storage class) in Availability Zones and ONEZONE_IA (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.

    Owner?: Owner

    Specifies the owner of the object that is part of the multipart upload.

    Directory buckets - The bucket owner is returned as the object owner for all the objects.

    Initiator?: Initiator

    Identifies who initiated the multipart upload.

    ChecksumAlgorithm?: ChecksumAlgorithm

    The algorithm that was used to create a checksum of the object.

    ChecksumType?: ChecksumType

    The checksum type that is used to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.