Abort Multipart Upload

The Abort Multipart Upload operation aborts a multipart upload for the specified upload ID. After issuing this request, no additional parts can be uploaded for the same upload ID. For further details, see Abort Multipart Upload.

Syntax Example

Request syntax example for Abort Mulitpart Upload:

DELETE https://appliance:443/s3/v1/export/share_mount_point_path/bucket_name/object_name?uploadId=UploadId

Request Parameters

This implementation of the Abort Multipart Upload operation supports the following request parameter, as described in Abort Multipart Upload: uploadId.

Request Headers

This implementation of the Abort Multipart Upload operation supports the following request header, as described in Supported Common Request Headers: x-amz-expected-bucket-owner.

Request Elements

This implementation of the Abort Multipart Upload operation does not support the use of request elements.

Response Headers

This implementation of the Abort Multipart Upload operation supports response headers that are common to all operations, as described in table "Common Supported Response Headers" in Supported Common Response Headers.

Response Elements

This implementation of the Abort Multipart Upload operation does not support the use of response elements.

Expected HTTP Response Code

204 No Content

Error Response Code

The Abort Multipart Upload operation does not return special errors. For general information about S3 errors and a list of error codes, see S3 Client Error Handling Reference.

Example

DELETE example-object?uploadId=a7846887-2ad7-48d0-8547-d81549a24853 HTTP/1.1
x-amz-date: Mon, 17 Apr 2023 20:04:21 GMT
Authorization: authorization string

HTTP/1.1 204 NO CONTENT
x-amz-request-id: txf8a4dc13d8ee4463bfe17-00644899b3
Date: Mon, 17 Apr 2023 20:05:21 GMT