mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 00:07:58 +08:00
remote.mount saves the mapping
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user