Commit Multipart Upload

POST {{baseUrl}}/n/:namespaceName/b/:bucketName/u/:objectName?uploadId=consequat deserunt dolore

Commits a multipart upload, which involves checking part numbers and entity tags (ETags) of the parts, to create an aggregate object.

Request Params

KeyDatatypeRequiredDescription
uploadIdstring(Required) The upload ID for a multipart upload.

Request Body

{"partsToCommit"=>[{"etag"=>"do", "partNum"=>43031700}, {"etag"=>"nulla nisi commodo ut Excepteur", "partNum"=>-42626243}], "partsToExclude"=>[-21850834, 33849269]}

HEADERS

KeyDatatypeRequiredDescription
if-matchstringThe entity tag (ETag) to match with the ETag of an existing resource. If the specified ETag matches the ETag of
the existing resource, GET and HEAD requests will return the resource and PUT and POST requests will upload
the resource.
if-none-matchstringThe entity tag (ETag) to avoid matching. The only valid value is '*', which indicates that the request should
fail if the resource already exists.
opc-client-request-idstringThe client request ID for tracing.
Content-Typestring
Acceptstring

RESPONSES

status: OK

""