cloud drive: add support for Tencent COS

This commit is contained in:
Chris Lu
2021-08-24 23:19:45 -07:00
parent 19a81d25af
commit a19c728034
5 changed files with 223 additions and 140 deletions

View File

@@ -408,6 +408,11 @@ message RemoteConf {
string aliyun_access_key = 25;
string aliyun_secret_key = 26;
string aliyun_endpoint = 27;
string tencent_secret_id = 30;
string tencent_secret_key = 31;
string tencent_endpoint = 32;
}
message RemoteStorageMapping {