deploy-aws-s3

1.0.3 • Public • Published

deploy-aws-s3

Simple script to deploy static website to s3

How to use:

const deploy = require('deploy-aws-s3');
 
deploy({
  accessKeyId: 'your access key',
  secretAccessKey: 'your secret key',
  s3BucketName: 'your bucket name',
  folderPath: 'your path to the folder of the static content e.g. ../build/'
})

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.34latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.34
1.0.21
1.0.11
1.0.01

Package Sidebar

Install

npm i deploy-aws-s3

Weekly Downloads

7

Version

1.0.3

License

MIT

Unpacked Size

3.48 kB

Total Files

4

Last publish

Collaborators

  • avrmav