Types
UploadSessionStatus
Current state of an upload session
enum
UploadSessionStatusValues
ABORTED
Cancelled explicitly (by the client) or implicitly (by the expiry sweeper).
COMPLETED
The multipart upload was finalized and asset processing ran.
FAILED
An upload-time error tore down the session.
IN_PROGRESS
First chunk has arrived; the multipart upload is open.
PENDING
Session row created at grant time; no multipart upload started yet.