The quickest way to deploy a static site to S3
Project description
[![Latest Version](https://pypip.in/v/s3deploy/badge.png)](https://pypi.python.org/pypi/s3deploy/) [![Build Status](https://travis-ci.org/petermelias/s3deploy.png?branch=master)](https://travis-ci.org/petermelias/s3deploy) [![Montly Downloads](https://pypip.in/d/s3deploy/badge.png?month)](https://pypi.python.org/pypi/s3deploy) [![Download format](https://pypip.in/format/s3deploy/badge.png)](https://pypi.python.org/pypi/s3deploy/) [![Coverage Status](https://coveralls.io/repos/petermelias/s3deploy/badge.png?branch=master)](https://coveralls.io/r/petermelias/s3deploy?branch=master) [![License](https://pypip.in/license/s3deploy/badge.png)](https://pypi.python.org/pypi/s3deploy/)
Deploy static sites to S3 with a single command. Efficient, fast, simple.
### Usage
#### CLI Interface
`bash $> s3deploy --overwrite --config ~/s3deploy.config.yaml ~/my-static-site `
That’s it.
#### Installation:
`bash $> 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file s3deploy-0.0.2.tar.gz
.
File metadata
- Download URL: s3deploy-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 106ee4cede0c8665e9167f4c5bb0eb5df94bc10dbbea413f80f016f98cb6c51b |
|
MD5 | 51edb4e850f061957ef3a9142ea570fb |
|
BLAKE2b-256 | 93f4a44e1bc3c323916279c96c1a0c19d293309a306107efda9ce13e480122e2 |