Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

s3deploy-0.0.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page