IStorageUploader interface
Signature:
export interface IStorageUploader<T extends UploadOptions>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
uploadWithGatewayUrl? | boolean | (Optional) If specified, will upload objects with gateway URLs instead of schemes |
Methods
Method | Description |
---|---|
uploadBatch(data, options) | Upload an array of arbitrary file data or JSON strings |