AbortMultipartUpload

This action aborts a multipart upload.

After a multipart upload is aborted, no additional parts can be uploaded using that upload ID. The storage consumed by any previously uploaded parts will be freed.

You must have Upload ACL to be able to call this action.

The following operations are related to AbortMultipartUpload:

Request Syntax

1DELETE /<KEY>?uploadId=<UPLOAD_ID> HTTP/1.1
2Host: <BUCKET>.s3.tebi.io
  • <BUCKET>: Bucket name to which the upload was taking place. Required.

  • <KEY>: Key of the object for which the multipart upload was initiated. Required.

  • <UPLOAD_ID>: Upload ID that identifies the multipart upload. Required.

The request does not have a request body.

Response Syntax

1 HTTP/1.1 204
2 Content-Length: 0

If the action is successful, the service sends back an HTTP 204 response.

See Also

Refer here for more information.