cloud drive: s3 configurable force path style

This commit is contained in:
Chris Lu
2021-08-23 03:30:41 -07:00
parent f0cc130849
commit 00c4e06caa
7 changed files with 159 additions and 143 deletions

View File

@@ -394,6 +394,7 @@ message RemoteConf {
string s3_region = 6;
string s3_endpoint = 7;
string s3_storage_class = 8;
bool s3_force_path_style = 9;
string gcs_google_application_credentials = 10;
}