From 47d775cf68aed0cb342e9150b02509e0466541e6 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 24 Aug 2021 22:30:06 -0700 Subject: cloud drive: add support for BackBlaze --- other/java/client/src/main/proto/filer.proto | 3 +++ 1 file changed, 3 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 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 { -- cgit v1.2.3