Persists the data blob up to 192 MB. When the operation completes successfully,
there is no guarantee that the data blob will be immediately available, although in most cases,
it will be. To check if the data blob is available, use the ´HEAD´ method. The maximum key length is 450 characters.
Publishes large data blobs where the data payload needs to be split into multiple parts.
The multipart upload start is to be followed by the individual parts upload and completed
with a call to complete the upload. The limit of the blob uploaded this way is 50GB.
Max key length is 450 characters.
Upload or copy a single part of a multipart upload or multipart copy for the blob.
Every part except the last one must have a minimum 5 MB of data and maximum of 96 MB.
The length of every part except the last one must be multiple of 1MB (1024KB).
The maximum number of parts is 10,000.
summary
Uploads a part or creates a new part from part of an existing blob.
Cancels an entire multipart upload operation. You can only cancel a multipart upload before it has been completed.
Cancels a multipart upload.