mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-18 02:05:13 +00:00
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:
parent
4a5c9bef89
commit
0e0ae38f6d
@ -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 = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user