Skip to main content

Class: DownloadService

Constructors​

constructor​

• new DownloadService(httpClient, prefixService, signedUrlService)

Parameters​

NameType
httpClientHttpService
prefixServicePrefixService
signedUrlServiceSignedUrlService

Defined in​

utils/download.service.ts:12

Methods​

download​

â–¸ download(bucket, remote, downloadDirectory, downloadOptions?, options?): Promise<string>

Parameters​

NameType
bucketstring
remotestring
downloadDirectorystring
downloadOptions?DownloadOptions
options?GetObjectOptions

Returns​

Promise<string>

Defined in​

utils/download.service.ts:18