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

    Interface CreateMultipartUploadCommandOutput

    interface CreateMultipartUploadCommandOutput {
        AbortDate?: Date;
        AbortRuleId?: string;
        Bucket?: string;
        Key?: string;
        UploadId?: string;
        ServerSideEncryption?: ServerSideEncryption;
        SSECustomerAlgorithm?: string;
        SSECustomerKeyMD5?: string;
        SSEKMSKeyId?: string;
        SSEKMSEncryptionContext?: string;
        BucketKeyEnabled?: boolean;
        RequestCharged?: "requester";
        ChecksumAlgorithm?: ChecksumAlgorithm;
        ChecksumType?: ChecksumType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    AbortDate?: Date

    If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and the prefix in the lifecycle rule matches the object name in the request, the response includes this header. The header indicates when the initiated multipart upload becomes eligible for an abort operation. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Configuration in the Amazon S3 User Guide.

    The response also includes the x-amz-abort-rule-id header that provides the ID of the lifecycle configuration rule that defines the abort action.

    This functionality is not supported for directory buckets.

    AbortRuleId?: string

    This header is returned along with the x-amz-abort-date header. It identifies the applicable lifecycle configuration rule that defines the action to abort incomplete multipart uploads.

    This functionality is not supported for directory buckets.

    Bucket?: string

    The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN or access point alias if used.

    Access points are not supported by directory buckets.

    Key?: string

    Object key for which the multipart upload was initiated.

    UploadId?: string

    ID for the initiated multipart upload.

    ServerSideEncryption?: ServerSideEncryption

    The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.

    When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is aws:fsx.

    SSECustomerAlgorithm?: string

    If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.

    This functionality is not supported for directory buckets.

    SSECustomerKeyMD5?: string

    If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.

    This functionality is not supported for directory buckets.

    SSEKMSKeyId?: string

    If present, indicates the ID of the KMS key that was used for object encryption.

    SSEKMSEncryptionContext?: string

    If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this header is a Base64 encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.

    BucketKeyEnabled?: boolean

    Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).

    RequestCharged?: "requester"

    If present, indicates that the requester was successfully charged for the request. For more information, see Using Requester Pays buckets for storage transfers and usage in the Amazon Simple Storage Service user guide.

    This functionality is not supported for directory buckets.

    ChecksumAlgorithm?: ChecksumAlgorithm

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

    ChecksumType?: ChecksumType

    Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.