Skip to main content
POST

Overview

Completes a multipart upload by assembling all uploaded parts. After this, call /s3/entries to register the file in Drime.

Request Body

string
required
S3 key from createMultipartUpload
string
required
Upload ID from createMultipartUpload
array
required
Array of uploaded parts with their ETags

Response

string
Final S3 location of the assembled file
string
Request status (success)
ETags must include the surrounding quotes (e.g., "abc123"). These are returned in the S3 response headers.