briandilley / ebs-deploy

Python based command line tools for managing Amazon Elastic Beanstalk applications.
MIT License
82 stars 29 forks source link

Change bucket location checking #14

Closed ilonajulczuk closed 10 years ago

ilonajulczuk commented 10 years ago

I have a bucket in Europe region and ebs-deploy threw errors because of incorrect location. After some investigation it turned out that, the if statement required different value that was returned from aws. I changed the if statement accordingly.

briandilley commented 10 years ago

I wonder if there isn't a better way all around to do this... using some constants or something.