Skip to main content

Class: DownloadService

Constructors

new DownloadService()

new DownloadService(httpClient, prefixService, signedUrlService): DownloadService

Parameters

httpClient: HttpService

prefixService: PrefixService

signedUrlService: SignedUrlService

Returns

DownloadService

Defined in

utils/download.service.ts:12

Methods

download()

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

Parameters

bucket: string

remote: string

downloadDirectory: string

downloadOptions?: DownloadOptions

options?: GetObjectOptions

Returns

Promise<string>

Defined in

utils/download.service.ts:18