diff options
Diffstat (limited to 'weed/filer/configuration.go')
| -rw-r--r-- | weed/filer/configuration.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/weed/filer/configuration.go b/weed/filer/configuration.go index 3dce67d6d..d04ab06cb 100644 --- a/weed/filer/configuration.go +++ b/weed/filer/configuration.go @@ -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 { |
