dreikanter / public-static

Programmer's approach to web content management
https://github.com/dreikanter/public-static
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Integrate AWS-CLI #70

Closed dreikanter closed 10 years ago

dreikanter commented 10 years ago

AWS CLI should be a default deployment tool. Existing deployment configuration should be still an option:

sync_type=s3 | custom
custom_sync_cmd=...

Access credentials should be kept outside the configuration file. It could be a separate file and two standard environment variables: AWS_CONFIG_FILE, AWS_DEFAULT_PROFILE.

aws-cli package should be added to setup.py dependencies.

Some relevant links:

dreikanter commented 10 years ago

Wont help much to simplify the setup process. It requires environment variables, and a separate file with AWS credentials. Both requires user interaction, and can't be automated with setup.py.