Types
UploadStrategy
Wire protocol for moving upload bytes from client to storage
enum
UploadStrategyValues
KALTURA_MULTIPART_FORM
deprecated
Deprecated alias of LEGACY_MULTIPART_FORM.
Use LEGACY_MULTIPART_FORM.
LEGACY_MULTIPART_FORM
Legacy multipart/form-data wire (shim path). Reserved on the API surface; not exposed via universal API in v1.
MULTIPART_PRESIGNED
Direct-to-storage multipart via per-part presigned URLs. Serves every direct-presigned kind (native video, file, audio); the resolved provider identifies the kind.
MULTIPART_SERVER_MEDIATED
Server-mediated multipart: raw-bytes PUT to an internal endpoint; the server re-emits each chunk to storage.
S3_MULTIPART_PRESIGNED
deprecated
Deprecated alias of MULTIPART_PRESIGNED.
Use MULTIPART_PRESIGNED.
S3_MULTIPART_SERVER_MEDIATED
deprecated
Deprecated alias of MULTIPART_SERVER_MEDIATED.
Use MULTIPART_SERVER_MEDIATED.
S3_SINGLE_PUT
deprecated
Deprecated alias of SINGLE_PUT.
Use SINGLE_PUT.
SINGLE_PUT
Single presigned PUT to storage for the whole file. Reserved; the existing native-video one-shot path is exposed via REST today.