mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 02:47:58 +08:00
remote storage location changed to struct
This commit is contained in:
@@ -393,5 +393,10 @@ message RemoteConf {
|
||||
}
|
||||
|
||||
message RemoteStorageMapping {
|
||||
map<string,string> mappings = 1;
|
||||
map<string,RemoteStorageLocation> mappings = 1;
|
||||
}
|
||||
message RemoteStorageLocation {
|
||||
string name = 1;
|
||||
string bucket = 2;
|
||||
string path = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user