cloud drive: s3 add option for v4 signature

This commit is contained in:
Chris Lu
2021-08-30 17:28:33 -07:00
parent 8ecd609b48
commit 701cc133f3
4 changed files with 113 additions and 96 deletions

View File

@@ -18,6 +18,7 @@ message RemoteConf {
string s3_endpoint = 7;
string s3_storage_class = 8;
bool s3_force_path_style = 9;
bool s3_v4_signature = 11;
string gcs_google_application_credentials = 10;