Skip to main content

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

PrefixService

signedUrlService

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?

DownloadOptions

options?

GetObjectOptions

Returns

Promise<string>