From c08ac536ed83ef2159a13ce826a249223272818f Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 25 Aug 2021 17:34:29 -0700 Subject: cloud drive: add support for Wasabi * disable md5, sha256 checking to avoid reading one chunk twice * single threaded upload to avoid chunk swapping (to be enhanced later) --- 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 2da575733..a5894a475 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -413,12 +413,17 @@ message RemoteConf { string tencent_secret_id = 30; string tencent_secret_key = 31; string tencent_endpoint = 32; + string tencent_region = 33; string baidu_access_key = 35; string baidu_secret_key = 36; string baidu_endpoint = 37; string baidu_region = 38; + string wasabi_access_key = 40; + string wasabi_secret_key = 41; + string wasabi_endpoint = 42; + string wasabi_region = 43; } message RemoteStorageMapping { -- cgit v1.2.3