Class: DownloadService
Constructors
new DownloadService()
new DownloadService(
httpClient,prefixService,signedUrlService):DownloadService
Parameters
• httpClient: HttpService
• prefixService: PrefixService
• signedUrlService: SignedUrlService
Returns
Defined in
Methods
download()
download(
bucket,remote,downloadDirectory,downloadOptions?,options?):Promise<string>
Parameters
• bucket: string
• remote: string
• downloadDirectory: string
• downloadOptions?: DownloadOptions
• options?: GetObjectOptions
Returns
Promise<string>