Upload directories to AWS S3
Project description
s3push
Upload whole directories or distinct files to AWS S3 using s3push
in command line. Extensive support for different credential sources.
Branch | Travis-CI Status | CircleCI Status |
---|---|---|
master | ||
dev |
Project goal
This tool facilitates painless upload of directories to AWS S3. The initial goal was to provide developers with a simple tool that allows them to upload whole directories to S3 with a minimal effort. Initial project vision also contained an option to create and configure a fresh S3-hosted website from scratch.
However, the tool has been written after a very quick research and, as a result, suffered from the "Not invented here" syndrome. After a bit more careful research it was discovered that not only the other directory uploading tools exist, but also that there are far more superior instruments that also allow configuration of buckets and CloudFront CDN (i.e., s3cmd
). See the rough feature set comparison in the docs.
As a project's post-mortem, it can be concluded that a proper research must be performed prior to the start of development. For example, before developing a new library or a tool it may be very useful to make a simple feature set comparison.
The project will, however, continue to exist as a demonstration of continuous delivery setup for a python package development. The environment for the project is designed to support fully automated releases and testing.
Installation
Recommended installation method is via Pipenv:
pipenv install s3push
Installing via Pip instead of Pipenv:
pip install s3push
Usage
Publish a directory with default credentials
s3push ~/my-website/ example.com
Publish a file using default credentials
s3push ~/my-website/index.html example.com
Publish with provided key pair
s3push ~/my-website/ example.com -k XXXXXXXXXXXXXXXXXXXX -s xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Publish with saved profile by providing its name
s3push ~/my-website/ example.com -p my-deployment-profile
Note: see all possible options for specifying credentials below.
Priority of credentials providers
- Passing credentials as optional arguments:
-k AWS_ACCESS_KEY_ID, -s AAWS_SECRET_ACCESS_KEY
. - Passing profile name of pre-configured credentials as optional argument:
-p PROFILE_NAME
. - Environment variables, as listed in the boto3 guide.
- Default credentials in the shared credential file (
~/.aws/credentials
). - Default credentials in the AWS config file (
~/.aws/config
). - Boto2 config file (
/etc/boto.cfg
and~/.boto
).
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
Built Distribution
File details
Details for the file s3push-2018.4.8.tar.gz
.
File metadata
- Download URL: s3push-2018.4.8.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0f72bf9dd1f55649e7ff4a6a540ff631478bd92fb041c8a9a04385e7defffbd |
|
MD5 | 95bd161abb47dfd18badbf1b40371de3 |
|
BLAKE2b-256 | 28188dbf30dbdb4abae9c7ba0e58e41cbaed830b62711c330e0cce9390987473 |
File details
Details for the file s3push-2018.4.8-py3-none-any.whl
.
File metadata
- Download URL: s3push-2018.4.8-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8991d35f3dcacbdb6abe9d81b610ec64376e862b3142a3176880cc0b15d358b1 |
|
MD5 | d663e378a6457d23a111865d014949a9 |
|
BLAKE2b-256 | 1c785e82a05069d786f95544ef42de6b2a3201b9c669b9bbd88080edf7534b55 |