v1

latestOpenAPI 3.0.02026-07-17120114186.8 KB
bus

Get multipart upload details

Returns details about an ongoing multipart upload.

get/bus/multipart/upload/{id}

Path parameters

idstring required

The ID of the multipart upload

Response

Successfully retrieved multipart upload details

bucketstring

The name of the bucket.

encryptionKeystring

The encryption key used for this upload

keystring

The key of the object

uploadIDstring byte

The ID of the multipart upload

createdAtstring date-time

When the upload was created

Example response

{
  "bucket": "default",
  "uploadID": "f1e2d3c4b5a697887776665544332211ffeeddccbbaa99887766554433221100"
}