filer.remote.sync: automatically detect the primary remote storage

This commit is contained in:
Chris Lu
2021-09-06 15:10:55 -07:00
parent 1702ce5395
commit c218ef20c7
4 changed files with 93 additions and 49 deletions

View File

@@ -66,6 +66,7 @@ message RemoteConf {
message RemoteStorageMapping {
map<string,RemoteStorageLocation> mappings = 1;
string primary_bucket_storage_name = 2;
}
message RemoteStorageLocation {
string name = 1;