Re: [capistrano-mailing-list] Help resolve AWS error

2016-05-23 Thread Lee Hambley
There appears to be an error in the Python code of the AWS tools, this doesn't look like a Capistrano issue, it looks like missing Python imports! Unfortunately I'm not a python developer so I can't really read the backtraces, I'd suggest though a decent place to start seeing if this is related

[capistrano-mailing-list] Help resolve AWS error

2016-05-23 Thread Vidhan Agarwal
set :env_path, 's3api get-object --bucket <> --key <> <>' 6 desc "Get .env file" 7 task :download_configs do 8 on roles(:all) do 9 within release_path do 10 execute :aws, "#{fetch(:env_path)}" 11