cloud drive: add support for BackBlaze

This commit is contained in:
Chris Lu
2021-08-24 22:30:06 -07:00
parent 6bab20d862
commit 47d775cf68
5 changed files with 222 additions and 141 deletions

View File

@@ -398,6 +398,9 @@ message RemoteConf {
string gcs_google_application_credentials = 10;
string azure_account_name = 15;
string azure_account_key = 16;
string backblaze_key_id = 20;
string backblaze_application_key = 21;
string backblaze_endpoint = 22;
}
message RemoteStorageMapping {