Spectra Logic
1-800-833-1132 : 1-303-449-6400


Amazon S3 Operations : Amazon S3 Multipart Object Operations : Abort Multipart Upload

Abort Multipart Upload
Description
Cancel a multipart upload that has been initiated but has not yet completed. This is an Amazon S3 compatible operation.
See Abort Multipart Upload for Amazon S3 operation details.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/{bucket}/{object}?upload_id={string}
To determine the UUID of the multipart upload, see List Multipart Uploads.
Request Parameters
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request deletes the multipart upload with the UUID 18baa28f-1c85-4cd2-9023-71600b1759f3.
DELETE http[s]://blackpearl-hostname/bucket1/test.aaf?upload_id=18baa28f-1c85-4cd2-9023-71600b1759f3 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content