Knowledge base

List Multipart Upload Parts

GET /{object}?uploadId=123 HTTP/1.1
Host: {bucket}.{region}.cdn77-storage.com

Response Entities

NameDescription
ListPartsResultnone

A container for the results.

Bucketstring

The bucket that will receive the object contents.

Keystring

The key specified by the key request parameter (if any).

UploadIdstring

The ID specified by the upload-id request parameter identifying the multipart upload (if any).

Initiatornone

Contains the ID and DisplayName of the user who initiated the upload.

IDstring

The initiator's ID.

DisplayNamestring

The initiator's display name.

Ownernone

A container for the ID and DisplayName of the user who owns the uploaded object.

StorageClassstring

The method used to store the resulting object. STANDARD or REDUCED_REDUNDANCY

PartNumberMarkerstring

The part marker to use in a subsequent request if IsTruncated is true. Precedes the list.

NextPartNumberMarkerstring

The next part marker to use in a subsequent request if IsTruncated is true. The end of the list.

MaxPartsinteger

The max parts allowed in the response as specified by the max-parts request parameter.

IsTruncatedboolean

If true, only a subset of the object's upload contents were returned.

Partnone

A container for LastModified, PartNumber, ETag and Size elements.

LastModifiednone

Date and time at which the part was uploaded.

PartNumberinteger

The identification number of the part.

ETagstring

The part's entity tag.

Sizeinteger

The size of the uploaded part.

Updated on 10th September, 2024

Can’t find what you are looking for?