aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-25 17:34:29 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-25 17:34:29 -0700
commitc08ac536ed83ef2159a13ce826a249223272818f (patch)
tree3fa5a52c18c4caf743d31c7ce8195839436be7df /other/java/client
parent9bcf94b2b1b2e38165f027b7d45dcc78ca8c6981 (diff)
downloadseaweedfs-c08ac536ed83ef2159a13ce826a249223272818f.tar.xz
seaweedfs-c08ac536ed83ef2159a13ce826a249223272818f.zip
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)
Diffstat (limited to 'other/java/client')
-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 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 {