UNPKG

s3-express-zip

Version:

Download multiple objects from S3 bucket to zip archive through stream

6 lines (5 loc) 177 B
export declare const getHTTPHeaders: (objects: any[], archiveName?: string) => { 'Content-Length': string; 'Content-Type': string; 'Content-Disposition': string; };