v1

latestOpenAPI 3.0.02026-07-17120114186.8 KB
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