Complete a multipart upload
Completes a multipart upload by combining all uploaded parts into a single object.
Request body
Example request
{
"bucket": "default",
"key": "folder/file",
"uploadID": "f1e2d3c4b5a697887776665544332211ffeeddccbbaa99887766554433221100",
"parts": [
{
"partNumber": 123,
"eTag": "W/\"33a64df551425fcc55e4d42a148795d9f25f89d4\""
}
]
}Response
Successfully completed multipart upload
Changes
Changed in 5 of the 50 revisions of this API.322
- ●
the
parts/items/partNumberrequest property's max was set to10000.00request-property-max-set
- ●
the
parts/items/partNumberrequest property's min was set to1.00request-property-min-set
- ●
- ▲
removed the media type
text/plainfor the response with the status500response-media-type-removed
- ○
api tag
busaddedapi-tag-added
- ▲
- ▲
added the pattern
^(W/)?".*?"$to the request propertyparts/items/eTagrequest-property-pattern-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 99 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲