UNPKG

@cpmech/az-s3

Version:
3 lines (2 loc) 170 B
import { S3 } from 'aws-sdk'; export declare const getDownloadUrl: (bucket: string, path: string, expireSeconds?: number, s3Config?: S3.ClientConfiguration) => string;