diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-24 22:30:06 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-24 22:30:06 -0700 |
| commit | 47d775cf68aed0cb342e9150b02509e0466541e6 (patch) | |
| tree | e3a2d3f5aa5de15471ea94cb0872032774d4d936 /other/java | |
| parent | 6bab20d862cd2960dd4272cb7d6aa6abf8d6f097 (diff) | |
| download | seaweedfs-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.proto | 3 |
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 { |
