Default transport to HTTPS

This protects private data when used over the public Internet.  Users
can opt-in to unencrypted HTTP if they need additional performance on
a local network.  Fixes #282.
This commit is contained in:
Andrew Gaul 2017-05-07 10:59:16 -07:00
parent 4a5c9bef89
commit 0e0ae38f6d

View File

@ -91,7 +91,7 @@ bool pathrequeststyle = false;
bool complement_stat = false;
std::string program_name;
std::string service_path = "/";
std::string host = "http://s3.amazonaws.com";
std::string host = "https://s3.amazonaws.com";
std::string bucket = "";
std::string endpoint = "us-east-1";
std::string cipher_suites = "";