mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 02:19:23 +08:00
cloud drive: add support for BackBlaze
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user