boto_rsync
boto_rsync copied to clipboard
Add insecure and ordinarycallingformat
for the moment, boto-rsync only connect to s3 on port 443. I add an option "--insecure" to connect to 80 without ssl.
It also use the "new" s3 way with sub domain. I add an option "--ordinarycallingformat" to use the old way.
:up: