feelobot / gantree

cli tool for automating docker deploys to elastic beanstalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-cfgs bucket already used

tomekn opened this issue · comments

Hi - init falls over when it tries to create the cfg bucket. This is to be expected as s3 buckets live in a global namespace and one can only assume you've already taken that name ;) This can be fixed by adding an org name or something to the bucket name.

Willing to contribute a pull request to this when I have some spare time.

thanks for the heads up should be fixed later today I will keep you posted :)

pushed fix in 0.2.7 👯