cirlabs / django-project-template

A collection of development tasks and optimizations aimed at anyone doing news application development on tight deadlines in Django.
17 stars 10 forks source link

fabfile.py: switch from s3cmd to aws-cli #61

Closed aboutaaron closed 9 years ago

aboutaaron commented 9 years ago

s3cmd is hit and miss. Also, not sure how supported it is. We should switch to aws-cli since Amazon supports it. It's also python based.

aboutaaron commented 9 years ago

Well, aws cli is built on Boto so looks like I should just use boto: http://docs.pythonboto.org/en/latest/

Another option, though this won't have Cloudfront invalidation: https://github.com/shakefu/s3peat

aboutaaron commented 9 years ago

Boto it is. Added in latest merge.