UNPKG

@cpmech/az-s3

Version:
3 lines (2 loc) 159 B
import { S3 } from 'aws-sdk'; export declare const getStringObject: (bucket: string, filekey: string, s3Config?: S3.ClientConfiguration) => Promise<string>;