Skip to main content
enumUploadStrategy

Values

KALTURA_MULTIPART_FORM

Kaltura-shaped multipart/form-data wire (legacy shim path). Reserved on the API surface; not exposed via universal API in v1.

S3_MULTIPART_PRESIGNED

Direct-to-S3 multipart via per-part presigned URLs. Serves every direct-presigned kind (native video, file, audio); the resolved provider identifies the kind.

S3_MULTIPART_SERVER_MEDIATED

Server-mediated S3 multipart: raw-bytes PUT to an internal endpoint, server re-emits each chunk as S3 UploadPart.

S3_SINGLE_PUT

Single presigned PUT to S3 for the whole file. Reserved; the existing native-video one-shot path is exposed via REST today.