Class: DownloadService
Defined in: utils/download.service.ts:11
Constructors
Constructor
new DownloadService(
httpClient,prefixService,signedUrlService):DownloadService
Defined in: utils/download.service.ts:12
Parameters
httpClient
HttpService
prefixService
signedUrlService
Returns
DownloadService
Methods
download()
download(
bucket,remote,downloadDirectory,downloadOptions?,options?):Promise<string>
Defined in: utils/download.service.ts:18
Parameters
bucket
string
remote
string
downloadDirectory
string
downloadOptions?
options?
Returns
Promise<string>