Skip to main content
enumUploadMode

Values

DIRECT_PRESIGNED

Client uploads the whole file directly to storage using a single presigned URL. Reserved; no shipped strategy uses this in v1.

DIRECT_PRESIGNED_PER_PART

Client uploads each chunk directly to storage using per-part presigned URLs. Reserved; no shipped strategy uses this in v1.

SERVER_MEDIATED

Bytes flow through Mighty's servers; the server holds the multipart upload and re-emits each chunk to storage.