cloud drive: add google cloud storage

This commit is contained in:
Chris Lu
2021-08-23 00:29:27 -07:00
parent 3b2c39f1be
commit 258063de26
6 changed files with 349 additions and 146 deletions

View File

@@ -393,6 +393,7 @@ message RemoteConf {
string s3_secret_key = 5;
string s3_region = 6;
string s3_endpoint = 7;
string gcs_google_application_credentials = 10;
}
message RemoteStorageMapping {