bus

Abort a multipart upload

Aborts an ongoing multipart upload and removes any uploaded parts.

post/bus/multipart/abort

Request body

bucketstring

The name of the bucket.

keystring
uploadIDstring

A unique identifier for a multipart upload

Example request

{
  "bucket": "default",
  "key": "folder/file",
  "uploadID": "7aaac83c6d553865755286c326e852a68300bebf7feea1b435d61bd3610bf82b"
}

Response

Successfully aborted multipart upload

Changes

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

    • added the pattern ^[0-9a-fA-F]{64}$ to the request property uploadID

      request-property-pattern-added

  • 922f156353c921See the full diff
    • removed the media type text/plain for the response with the status 404

      response-media-type-removed

    • 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