diff options
Diffstat (limited to 'other/java/client/src')
| -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 { |
