Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Warning

Swarm attempts to delete the original object if the UploadID is no not included on in the abort deletion for an object previously existing in the cluster. The uploadId query argument must be included to verify the multipart write operation is deleted.

...

Example of canceling cancelling a multipart write:

Code Block
DELETE /ObjectName?uploadId=UPLOAD_ID HTTP/1.1

...