Uploading
Finish a multi part upload
Completes the multi-part upload process.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the multi-part upload.
The key of the object being uploaded.
The checksum of the upload.
Body
application/json
Represents a part in a completed multipart upload.
Response
200 - application/json
Successfully completed the multi-part upload.
The response is of type boolean
.
Was this page helpful?