aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-24 22:30:06 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-24 22:30:06 -0700
commit47d775cf68aed0cb342e9150b02509e0466541e6 (patch)
treee3a2d3f5aa5de15471ea94cb0872032774d4d936 /other/java
parent6bab20d862cd2960dd4272cb7d6aa6abf8d6f097 (diff)
downloadseaweedfs-47d775cf68aed0cb342e9150b02509e0466541e6.tar.xz
seaweedfs-47d775cf68aed0cb342e9150b02509e0466541e6.zip
cloud drive: add support for BackBlaze
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 9d68182ef..4c2f5e538 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -398,6 +398,9 @@ message RemoteConf {
string gcs_google_application_credentials = 10;
string azure_account_name = 15;
string azure_account_key = 16;
+ string backblaze_key_id = 20;
+ string backblaze_application_key = 21;
+ string backblaze_endpoint = 22;
}
message RemoteStorageMapping {