cloud drive: add storj, filebase

This commit is contained in:
Chris Lu
2021-08-30 17:43:14 -07:00
parent 701cc133f3
commit 1dfcdc53b7
5 changed files with 208 additions and 26 deletions

View File

@@ -53,6 +53,14 @@ message RemoteConf {
string hdfs_service_principal_name = 52;
string hdfs_data_transfer_protection = 53;
string filebase_access_key = 60;
string filebase_secret_key = 61;
string filebase_endpoint = 62;
string storj_access_key = 65;
string storj_secret_key = 66;
string storj_endpoint = 67;
}
message RemoteStorageMapping {