Skip to content

Ormax563/upload-node-app-S3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published