I'm unable to deploy to S3 on us-west-2 because boto.connect_s3 in deployment/s3/engine.py explicitly sets host to s3.amazonaws.com which causes Broken Pipe Errors. Leaving host unset in this call solves the problem (by presumably letting boto auto-set the correct host), at least for boto 2.28.0 on my system. See related at https://github.com/boto/boto/issues/621
I'm unable to deploy to S3 on us-west-2 because boto.connect_s3 in deployment/s3/engine.py explicitly sets host to s3.amazonaws.com which causes Broken Pipe Errors. Leaving host unset in this call solves the problem (by presumably letting boto auto-set the correct host), at least for boto 2.28.0 on my system. See related at https://github.com/boto/boto/issues/621