Skip to main content

MultipartAbortResponseSchema

statusstringrequired

Indicates the result of the operation. Typically "success".

messagestringrequired

Human-readable confirmation that the multipart upload was aborted.

uploadIDstringrequired

The multipart upload ID that was aborted.

MultipartAbortResponseSchema
{
"status": "string",
"message": "string",
"uploadID": "string"
}