diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-24 01:18:30 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-24 01:18:30 -0700 |
| commit | e9ebe24f2e0f8b30284ea9334d5924f54e970c95 (patch) | |
| tree | c160f0e8d5bd74231fc7f81563f13bcd3a756128 /other/java/client | |
| parent | 7c39a18ba5985cfcd40fbccea0945874b297d9f2 (diff) | |
| download | seaweedfs-e9ebe24f2e0f8b30284ea9334d5924f54e970c95.tar.xz seaweedfs-e9ebe24f2e0f8b30284ea9334d5924f54e970c95.zip | |
cloud drive: add support for Azure
Diffstat (limited to 'other/java/client')
| -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 { |
