Skip to main content

Type Alias: DownloadFile()

DownloadFile: (s3Path, fileName) => Promise<void>

Calling this method will trigger file download Calls storageService /download-file endpoint.

Parameters

s3Path: string

Relative path to file

fileName: string

Name to be set to file during download

Returns

Promise<void>

Since

6.0.0