UNPKG

@cpmech/az-s3

Version:
3 lines (2 loc) 179 B
import { S3 } from 'aws-sdk'; export declare const deleteObjects: (bucket: string, filekeys: string[], quiet?: boolean, s3Config?: S3.ClientConfiguration) => Promise<string[]>;