aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/filer.proto
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/filer.proto')
-rw-r--r--weed/pb/filer.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/pb/filer.proto b/weed/pb/filer.proto
index cef7e764c..9d68182ef 100644
--- a/weed/pb/filer.proto
+++ b/weed/pb/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 {