createExpoUploader
function createExpoUploader(client, options): UploadTask;Defined in: packages/sdk/src/expo/index.ts:44
Spawn a native-backed UploadTask bound to a configured client.
Inherits the client’s endpoint / api key / tenant scope; caller only
has to supply the file input + any per-upload tuning (partSize,
concurrency).
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
client |
AquienpzClient |
options |
ExpoUploadOptions |