aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-24 23:46:33 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-24 23:46:33 -0700
commita7a914f120908f7204bf7310a86f401c05dce982 (patch)
treeb3fb3de23239ce1bff41271a04529b363ef612d9 /other/java/client
parent2d805beed4d19dbd141cc312c9bc110cd76f3d60 (diff)
downloadseaweedfs-a7a914f120908f7204bf7310a86f401c05dce982.tar.xz
seaweedfs-a7a914f120908f7204bf7310a86f401c05dce982.zip
cloud drive: add support for Baidu BOS
Diffstat (limited to 'other/java/client')
-rw-r--r--other/java/client/src/main/proto/filer.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 0dadda86a..2da575733 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -408,11 +408,17 @@ message RemoteConf {
string aliyun_access_key = 25;
string aliyun_secret_key = 26;
string aliyun_endpoint = 27;
+ string aliyun_region = 28;
string tencent_secret_id = 30;
string tencent_secret_key = 31;
string tencent_endpoint = 32;
+ string baidu_access_key = 35;
+ string baidu_secret_key = 36;
+ string baidu_endpoint = 37;
+ string baidu_region = 38;
+
}
message RemoteStorageMapping {