A DELETE request can be used with the UploadID query argument to cancel an in-progress multipart write. This method enables the Health Processor to delete any completed or in-progress parts. Canceling Cancelling a multipart write does not terminate any part uploads still in progress.
Updates — - The deletion deletes the multipart write and leaves the original object intact if canceling cancelling a multipart write intended to modify an existing object.
Infonote |
---|
WarningSwarm attempts to delete the original object if the |
...
Example of canceling cancelling a multipart write:
Code Block |
---|
DELETE /ObjectName?uploadId=UPLOAD_ID HTTP/1.1 |
...