bus
Abort a multipart upload
Aborts an ongoing multipart upload and removes any uploaded parts.
post/bus/multipart/abort
Request body
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 propertyuploadIDrequest-property-pattern-added
- ▲
- ▲
removed the media type
text/plainfor the response with the status404response-media-type-removed
- ▲
removed the media type
text/plainfor the response with the status500response-media-type-removed
- ○
api tag
busaddedapi-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
- ▲