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
Key | Datatype | Required | Description |
---|---|---|---|
uploadId | string | (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
Key | Datatype | Required | Description |
---|---|---|---|
if-match | string | The 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-match | string | The 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-id | string | The client request ID for tracing. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""