Properties
bucket
bucket: string
name
name: string
tmp
tmp: string
Methods
afterDestroy
- afterDestroy(file: any): Promise<any>
-
Parameters
Returns Promise<any>
afterSet
- afterSet(type: any, remotePath: any, sizeBytes: any): Promise<File>
-
Parameters
-
type: any
-
remotePath: any
-
sizeBytes: any
Returns Promise<File>
Abstract destroy
- destroy(file: any): Promise<File>
-
Parameters
Returns Promise<File>
Abstract downloadToServer
- downloadToServer(file: File): Promise<{ localPath: string }>
-
Parameters
Returns Promise<{ localPath: string }>
Abstract set
- set(type: string, remotePath: string, localFilePath: string): Promise<File>
-
Parameters
-
type: string
-
remotePath: string
-
localFilePath: string
Returns Promise<File>