UNPKG
s3-cli-js
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A TypeScript-based npm package that replaces AWS CLI for S3 operations using presigned URLs
s3-cli-js
/
dist
/
commands
/
mb.d.ts
9 lines
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 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