mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 11:59:24 +08:00
todo: load path-specific store from filer.toml
This commit is contained in:
@@ -27,6 +27,9 @@ func (f *Filer) LoadConfiguration(config *viper.Viper) {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO load path-specific filer store here
|
||||
// f.Store.AddPathSpecificStore(path, store)
|
||||
|
||||
println()
|
||||
println("Supported filer stores are:")
|
||||
for _, store := range Stores {
|
||||
|
Reference in New Issue
Block a user