AbortMultipartUpload
Aborts a multipart upload. After a multipart upload is aborted, no additional parts can be uploaded using that upload ID. The storage that is consumed by any previously uploaded parts is freed.
Request Syntax
DELETE /bucket/Key+?uploadId=UploadId HTTP/1.1 Host: msdps3.server:8443
Request Parameters
Bucket
Name of the bucket.
Required: Yes
Type: String
Key
The name of the object for which multipart upload was initiated.
Required: Yes
Type: String
uploadId
Upload ID of multipart upload.
Required: Yes
Type: String
Response Syntax
HTTP/1.1 204
Possible Error Response
Success
HTTP status code 204.
AccessDenied
Request was rejected because user authentication failed.
HTTP status code 403.
InvalidPrefix
Invalid Prefix.
HTTP status code 400
NoSuchBucket
The specified bucket does not exist.
HTTP status code 404.
InternalError
Request failed because of an internal server error.
HTTP status code 500.