remote.mount saves the mapping

This commit is contained in:
Chris Lu
2021-07-27 03:26:35 -07:00
parent 4b94b03d90
commit 1752eeb538
7 changed files with 254 additions and 258 deletions

View File

@@ -392,10 +392,6 @@ message RemoteConf {
string s3_endpoint = 7;
}
message RemoteStorageMappingList {
repeated RemoteStorageMapping mappings = 1;
}
message RemoteStorageMapping {
string dir = 1;
string remote_storage_name = 2;
map<string,string> mappings = 1;
}