Initiate a Multipart Upload

Prev Next

The create_multipart_upload() method initiates a multipart upload and returns an upload ID.

After initiating the multipart upload, you then need to upload all parts and then complete the upload.