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.
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.