UNPKG

s3-cli-js

Version:

A TypeScript-based npm package that replaces AWS CLI for S3 operations using presigned URLs

9 lines 262 B
/** * Make bucket command implementation */ import { S3ClientWrapper } from '../s3-client'; /** * Create a new S3 bucket */ export declare function makeBucketCommand(client: S3ClientWrapper, bucketUri: string): Promise<void>; //# sourceMappingURL=mb.d.ts.map