S3 List Parts

GET https://s3.{{region}}.backblazeb2.com/:bucket/:key?uploadId=

Lists parts that have been uploaded for a given multipart upload.

By default, sets of up to 1,000 results are returned. You can set max-parts to set the maximum result set size to less than 1,000. If the search results number more than the maximum result set size, then the first set is returned in the initial response, the response element contains the value true and the element contains a token to retrieve the next set of results. Use this token as the part-number-marker query parameter in another request to retrieve the next set of results.

Request Params

KeyDatatypeRequiredDescription
max-partsnullOptional. The maximum number of parts that should be returned.
part-number-markernullOptional. B2 will start listing after this part number.
uploadIdnullAn Upload ID obtained from S3 Create Multipart Upload

HEADERS

KeyDatatypeRequiredDescription
x-amz-expected-bucket-ownernullOptional. Account ID of the expected bucket owner. If the bucket is owned by a different owner, a 403 Access Denied error will be returned.
x-amz-server-side-encryption-customer-algorithmnullOptional. Encryption algorithm to be used for SSE-C.
x-amz-server-side-encryption-customer-keynullOptional. Base64-encoded customer key for SSE-C.

RESPONSES

status: OK

"\u003c?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?\u003e\n\u003cListPartsResult\u003e\n    \u003cBucket\u003emetadaddy-test\u003c/Bucket\u003e\n    \u003cKey\u003emulti123\u003c/Key\u003e\n    \u003cUploadId\u003e4_z0145cfc9e3f5ec0f74ed0c1b_f22652c66b7873274_d20230831_m185108_c004_v0402018_t0044_u01693507868189\u003c/UploadId\u003e\n    \u003cPartNumberMarker\u003e0\u003c/PartNumberMarker\u003e\n    \u003cNextPartNumberMarker\u003e1\u003c/NextPartNumberMarker\u003e\n    \u003cMaxParts\u003e1000\u003c/MaxParts\u003e\n    \u003cIsTruncated\u003efalse\u003c/IsTruncated\u003e\n    \u003cPart\u003e\n        \u003cETag\u003e\"85f30635602dc09bd85957a6e82a2c21\"\u003c/ETag\u003e\n        \u003cLastModified\u003e2023-08-31T18:54:55.693Z\u003c/LastModified\u003e\n        \u003cPartNumber\u003e1\u003c/PartNumber\u003e\n        \u003cSize\u003e11\u003c/Size\u003e\n    \u003c/Part\u003e\n    \u003cInitiator\u003e\n        \u003cID\u003e15f935cf4dcb\u003c/ID\u003e\n        \u003cDisplayName\u003e\u003c/DisplayName\u003e\n    \u003c/Initiator\u003e\n    \u003cOwner\u003e\n        \u003cID\u003e15f935cf4dcb\u003c/ID\u003e\n        \u003cDisplayName\u003e\u003c/DisplayName\u003e\n    \u003c/Owner\u003e\n    \u003cStorageClass\u003eSTANDARD\u003c/StorageClass\u003e\n\u003c/ListPartsResult\u003e"