Multipart Upload Part Object
Contains data about a particular part that was uploaded to a multipart upload session.
upload_idstring
A universally unique identifier (UUID) that represents the upload session.
Example:
123e4567-e89b-12d3-a456-426614174000
part_numberinteger<int32>
The part number this object represents.
Example:
1
part_sizeinteger<int32>
The size of this part in bytes.
Example:
52428800
date_addedinteger<int32>
Unix timestamp of date the part was uploaded.
Example:
1499846132
Multipart Upload Part Object
{
"upload_id": "123e4567-e89b-12d3-a456-426614174000",
"part_number": 1,
"part_size": 52428800,
"date_added": 1499846132
}