Manage a Multipart Upload
With the multipart upload API operation, you can upload large objects in parts. You can also use the multipart upload API to copy an existing object.
Multipart upload consists of the following three substeps:
- You initiate the upload.
- You upload parts of the object.
- After you upload all parts of the object, you complete the upload.
You can list all multipart uploads that are in progress and you can get a list of all the parts that you uploaded for a specific multipart upload.
When you initiate a multipart upload, vCloud Director Object Storage Extension returns an upload ID that is a unique identifier for the multipart upload. You use the ID to upload parts, to complete the upload, or to abort it.