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