upload-node-app-s3

1.0.9 • Public • Published

Package to upload node app compilation to AWS S3

Install

$ npm install --global upload-node-app-s3

Usage CLI

$ upload-node-app-s3 --help

  Package to upload node app compilation to AWS S3

  Parameters
    --bucket (*):  url of bucket
    --key (*): AWS key,
    --secret-key (*): private AWS key,
    --folder (optional, default: /build): folder of app built,
    --policy (optional, default: false): attach necessary policy to S3 bucket,
    --hosting (optional, default: false): enable hosting static website in S3 bucket

Example

upload-node-app-s3 --bucket=TESTBUCKET --key=TESTNGKEY --secret-key=TESTSECRETKEY --policy=true --hosting=true

Package Sidebar

Install

npm i upload-node-app-s3

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

7.24 kB

Total Files

5

Last publish

Collaborators

  • ormax563