From a19c728034839d893c0a73473520d9a4d558d984 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 24 Aug 2021 23:19:45 -0700 Subject: cloud drive: add support for Tencent COS --- other/java/client/src/main/proto/filer.proto | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'other/java/client/src') 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 { -- cgit v1.2.3