aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-23 03:30:41 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-23 03:30:41 -0700
commit00c4e06caad6f5960c3acfdd07106e2d8e3577c5 (patch)
treebecbacd957426354f9d7b80f750f19f08c37d355 /other/java/client/src
parentf0cc130849461fa17595eeb926a48845e34a1616 (diff)
downloadseaweedfs-00c4e06caad6f5960c3acfdd07106e2d8e3577c5.tar.xz
seaweedfs-00c4e06caad6f5960c3acfdd07106e2d8e3577c5.zip
cloud drive: s3 configurable force path style
Diffstat (limited to 'other/java/client/src')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index caef71933..cef7e764c 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -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;
}