Created
March 15, 2013 07:20
-
-
Save davidchua/5168063 to your computer and use it in GitHub Desktop.
Modify ~/.s3cfg after installing s3cmd and running s3cmd --configure. This solves Errno 32: Broken Pipe error when trying to push a file to a non-US S3 bucket.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# in ~/.s3cfg | |
# modify host_base and host_bucket to the proper endpoints | |
host_base = s3-ap-southeast-1.amazonaws.com | |
host_bucket = %(bucket)s.s3-ap-southeast-1.amazonaws.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment