Skip to main content
POST
Complete Multipart Upload

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

uploadId
string
required

Multipart upload ID from initiate response

Query Parameters

s3Key
string
required

Upload key from initiate response

Body

application/json

Information about uploaded parts.

parts
object[]
required

Array of completed upload parts.

Response

Upload completion confirmation.

success
boolean

Upload completion status

Example:

true

location
string

Final file location

Example:

"https://storage.googleapis.com/bucket/uploads/user123/file456.zip"