Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface MultipartUpload

Container for the MultipartUpload for the Amazon S3 object.

Hierarchy

  • MultipartUpload

Properties

ChecksumAlgorithm?: string

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

Initiated?: Date

Date and time at which the multipart upload was initiated.

Initiator?: Initiator

Identifies who initiated the multipart upload.

Key?: string

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

Owner?: Owner

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

StorageClass?: string

The class of storage used to store the object.

UploadId?: string

Upload ID that identifies the multipart upload.