CloudStorageService Class
Deprecated in 3.x. Use TileStorage instead.
Beta
Extended by
Methods
| Name | Description | |
|---|---|---|
| constructor(): CloudStorageService | ||
| download(_name: string): Promise<undefined | Readable> | ||
| initialize(): void | ||
| makeDescriptor(id: CloudStorageContainerDescriptor): { name: string, provider: CloudStorageProvider } Protected | ||
| obtainContainerUrl(id: CloudStorageContainerDescriptor, expiry: Date, clientIp?: string): CloudStorageContainerUrl Abstract | ||
| terminate(): void | ||
| upload(container: string, name: string, data: Uint8Array, options?: CloudStorageUploadOptions, metadata?: object): Promise<string> Abstract |
Properties
| Name | Type | Description | |
|---|---|---|---|
| id Abstract | CloudStorageProvider |
Defined in
Last Updated: 30 November, 2023