cloud drive: add support for Azure

This commit is contained in:
Chris Lu
2021-08-24 01:18:30 -07:00
parent 7c39a18ba5
commit e9ebe24f2e
7 changed files with 500 additions and 142 deletions

View File

@@ -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 {