Constructors
constructor
- new default(bucket: string): default
Properties
Private uploadRecursive
uploadRecursive: any
Methods
list
- list(prefix?: string): Promise<any>
-
Parameters
Returns Promise<any>
upload
- upload(path: string, remoteKey?: string): Promise<any>
-
Parameters
-
path: string
-
Optional remoteKey: string
Returns Promise<any>
uploadDir
- uploadDir(localpath: string, remoteKey: string): Promise<any>
-
Parameters
-
localpath: string
-
remoteKey: string
Returns Promise<any>
Upload a directory and its subdirectories to an S3 bucket recursively.