diff options
Diffstat (limited to 'other/java/client/src')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
