s3deploy

The quickest way to deploy a static site to S3


License
MIT
Install
pip install s3deploy==0.0.2

Documentation

s3deploy

Latest Version Build Status Montly Downloads Download format Coverage Status License

Deploy static sites to S3 with a single command. Efficient, fast, simple.

Usage

CLI Interface

$> s3deploy --overwrite --config ~/s3deploy.config.yaml ~/my-static-site

That's it.

Installation:

$> pip install s3deploy

Notes:

  • Omit the --overwrite option if you don't want to erase the bucket.
  • If you name the config file s3deploy.config.yaml and run the binary from the CWD where that file is present, s3deploy will find it automatically.
  • You must have a config file to run s3deploy: aws_key, aws_secret, bucket_name must all be set.