v1

latestOpenAPI 3.0.02026-07-17120114186.8 KB
bus

Upload a part of a multipart upload

Adds a part to an ongoing multipart upload.

put/bus/multipart/part

Request body

bucketstring

The name of the bucket.

eTagstring

An ETag representing a resource

keystring
uploadIDstring byte

A 32-byte unique identifier represented as a hex string.

partNumberinteger

The number of this part

Example request

{
  "bucket": "default",
  "eTag": "W/\"33a64df551425fcc55e4d42a148795d9f25f89d4\"",
  "key": "folder/file",
  "uploadID": "f1e2d3c4b5a697887776665544332211ffeeddccbbaa99887766554433221100",
  "partNumber": 123
}

Response

Successfully uploaded part