UNPKG

s3-express-zip

Version:

Download multiple objects from S3 bucket to zip archive through stream

6 lines (5 loc) 227 B
export declare const getS3ObjectsList: (s3: any, Bucket: string, Prefix: string, rewriteFileName?: (filename: string, prefix: string) => string) => Promise<any[] | { Key: string; Size: number; Bucket: string; }[]>;