aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-24 23:19:45 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-24 23:19:45 -0700
commita19c728034839d893c0a73473520d9a4d558d984 (patch)
tree33ada634a16189bf185f8817d25432cc930977dc /other/java/client/src
parent19a81d25af7224ac76816d11e740ecd79b7d7ab3 (diff)
downloadseaweedfs-a19c728034839d893c0a73473520d9a4d558d984.tar.xz
seaweedfs-a19c728034839d893c0a73473520d9a4d558d984.zip
cloud drive: add support for Tencent COS
Diffstat (limited to 'other/java/client/src')
-rw-r--r--other/java/client/src/main/proto/filer.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 8895b607e..0dadda86a 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -408,6 +408,11 @@ message RemoteConf {
string aliyun_access_key = 25;
string aliyun_secret_key = 26;
string aliyun_endpoint = 27;
+
+ string tencent_secret_id = 30;
+ string tencent_secret_key = 31;
+ string tencent_endpoint = 32;
+
}
message RemoteStorageMapping {