mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 05:47:23 +08:00
add remote to filer.Entry and filer_pb entry, add RemoteConf
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user