configure and store remote configurations

This commit is contained in:
Chris Lu
2021-07-21 02:24:34 -07:00
parent 3138805b33
commit 70effac0d3
5 changed files with 293 additions and 137 deletions

View File

@@ -378,7 +378,8 @@ message FilerConf {
message RemoteConf {
string type = 1;
string name = 2;
string url = 3;
string access_key = 4;
string secret_key = 5;
string s3_access_key = 4;
string s3_secret_key = 5;
string s3_region = 6;
string s3_endpoint = 7;
}