Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Abort Upload

DELETE /{object_name}?uploadId={upload_id}

Aborts a multipart upload. After a multipart upload is aborted, no additional parts can be uploaded using that upload ID.

URL Format

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.


Query Parameters

uploadIdUnique identifier of the multi-part upload. Obtained from the Object Init Uploads operation.

Prerequisites

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


Request Payload

No Request Payload


Response Headers

x-amz-request-id optionalRequest id
x-amz-id-2 optionalbucket identifier

Response Body

Response indicating Success or Failure for this operation.