From e9ebe24f2e0f8b30284ea9334d5924f54e970c95 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 24 Aug 2021 01:18:30 -0700 Subject: cloud drive: add support for Azure --- other/java/client/src/main/proto/filer.proto | 2 ++ 1 file changed, 2 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 cef7e764c..9d68182ef 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -396,6 +396,8 @@ message RemoteConf { string s3_storage_class = 8; bool s3_force_path_style = 9; string gcs_google_application_credentials = 10; + string azure_account_name = 15; + string azure_account_key = 16; } message RemoteStorageMapping { -- cgit v1.2.3