Skip to main content

Complete Multipart Upload

POST 

/api/v1/upload/multipart/complete

Assembles all uploaded parts into a single object in MinIO/S3.

Request

Body

required

    uploadId stringrequired

    S3 multipart upload ID

    objectKey stringrequired

    Object key in the bucket

    parts

    object[]

    required

    List of completed parts with ETags

  • Array [

  • partNumber numberrequired

    Part number (1-based)

    eTag stringrequired

    ETag returned by MinIO/S3 after uploading the part

  • ]

Responses

Multipart upload completed successfully.

Schema

    objectKey stringrequired

    Object key of the multipart upload the operation acted on

Loading...