UploadAssetOptions interface
Signature:
export declare interface UploadAssetOptions
Properties
Property | Type | Description |
---|---|---|
access | "public" | "private" | The access control type of asset. |
headers | { [name: string]: string; } | Additional HTTP headers to be returned with the asset. |
prefix | string | The asset name prefix. |
size | number | Asset size in bytes. |