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

Changes

Changed in 4 of the 50 revisions of this API.42

    • added RedundancySettingsMinShards subschema #2 to the slices/items/slab/minShards request property allOf list

      request-property-all-of-added

    • the slices/items/slab/minShards request property type/format changed from integer/uint8 to /

      request-property-type-changed

  • 922f156353c911See the full diff
    • removed the media type text/plain for the response with the status 500

      response-media-type-removed

    • api tag bus added

      api-tag-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 99 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog