Merge pull request #588 from andrewgaul/https

Default transport to HTTPS
This commit is contained in:
Takeshi Nakatani 2017-05-09 23:04:57 +09:00 committed by GitHub
commit 465c15ef40

View File

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