Closed bart613 closed 10 years ago
Hi, Thank You for your contribution! Your changes are merged on master branch; I am going to give them a good test and then release a new version of the tool. Dont forget to add yourself to the CONTRIBUTORS file ;)
Cheers, Tommaso
These two commits add ability to specify S3 bucket region.
If you're using eg. bucket in eu-west-1 and uploading large-ish files, quite often you get
socket.error: [Errno 104] Connection reset by peer
errors due to the traffic being routed through US (us-east-1) which is the default S3 endpoint. This was happening quite often to me.Patches in this PR add ability to specify S3 bucket region with fallback to it being us-east-1 by default. This speeds up transfer speeds as well.