cloud drive: S3 supports storage class

This commit is contained in:
Chris Lu
2021-08-23 02:18:56 -07:00
parent 188ecc079d
commit 2836a58d87
5 changed files with 165 additions and 150 deletions

View File

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