UNPKG

@cpmech/az-s3

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