add remote to filer.Entry and filer_pb entry, add RemoteConf

This commit is contained in:
Chris Lu
2021-07-19 02:47:27 -07:00
parent 8dc5def435
commit 450222dd64
7 changed files with 288 additions and 228 deletions

View File

@@ -374,3 +374,11 @@ message FilerConf {
}
repeated PathConf locations = 2;
}
message RemoteConf {
string type = 1;
string name = 2;
string url = 3;
string access_key = 4;
string secret_key = 5;
}