UNPKG

@salesforce/plugin-release-management

Version:
3 lines (2 loc) 143 B
import * as AWS from 'aws-sdk'; export declare function putObject(bucket: string, key: string, body: string): Promise<AWS.S3.PutObjectOutput>;