Multipart Upload Object
Contains multipart upload session data.
upload_idstring
A universally unique identifier (UUID) that represents the upload session.
Example:
123e4567-e89b-12d3-a456-426614174000
statusModfile Upload Status Enum (integer)
The status of the upload session.
Enum Value | Description |
---|---|
INCOMPLETE (0) | Incomplete |
PENDING (1) | Pending |
PROCESSING (2) | Processing |
COMPLETE (3) | Complete |
CANCELLED (4) | Cancelled |
Possible values: [0
, 1
, 2
, 3
, 4
]
Example:
0
Multipart Upload Object
{
"upload_id": "123e4567-e89b-12d3-a456-426614174000",
"status": 0
}