Aborts a multipart upload. After a multipart upload is aborted, no additional parts can be uploaded using that upload ID.
Host Style: http://bucketname.ns1.emc.com/{object_name}?uploadId={upload_id}
Path Style: http://ns1.emc.com/bucketname/{object_name}?uploadId={upload_id}
Alternatively, both styles can specify the namespace using the x-emc-namespace header.
uploadId | Unique identifier of the multi-part upload. Obtained from the Object Init Uploads operation. |
The following conditions must be met in order to call this operation.
A multi-part upload must have been initiated and returned a valid uploadId
BaseUrl used in a host-style request URL should be pre-configured using the ECS Management API or the ECS Portal (for example, emc.com in the URL: bucketname.ns1.emc.com).
Namespace and bucket corresponding to this object should exist
No Request Payload
x-amz-request-id | optional | Request id |
x-amz-id-2 | optional | bucket identifier |
Response indicating Success or Failure for this operation.