Type Alias: DownloadFile()
DownloadFile: (
s3Path
,fileName
) =>Promise
<void
>
Calling this method will initialize 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