Shorts

Complete Multipart Upload

Completes a multipart upload by assembling all uploaded parts. Must be called after all parts have been successfully uploaded.

post/upload-multipart/complete

Request body

upload_idstring required

The multipart upload ID returned from /upload-multipart/init.

s3_keystring required

The S3 key returned from /upload-multipart/init.

Response

200

successboolean
s3_keystring

Confirmed S3 key of the uploaded file.

Changes

No recorded changes to this endpoint across all 1 revision of this API.