mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-23 09:18:55 +00:00
Merge pull request #588 from andrewgaul/https
Default transport to HTTPS
This commit is contained in:
commit
465c15ef40
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user