Skip to content

alexkorsun/s3x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3x

How to use


  Usage: s3x [options] [command]


  Commands:

    upload <from-fs> <to-s3>    
    download <s3-path> <fs-path>
    ls [path]                   

  Options:

    -h, --help           output usage information
    -V, --version        output the version number
    -c, --config <path>  Credentials (s3x.config.js)

s3x.config.js

module.exports = {
  key: 'AWS-KEY',
  secret: 'AWS-SECRET',
  bucket: 'BUCKET'
};

About

AWS S3 deployment tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published