Feat: remote file thumb preview

This commit is contained in:
HFO4
2020-01-02 13:31:41 +08:00
parent b6102c3ae5
commit 9c48f4b7ad
6 changed files with 37 additions and 15 deletions

View File

@@ -144,7 +144,6 @@ func (fs *FileSystem) dispatchHandler() error {
currentPolicy = fs.Policy
}
// 根据存储策略类型分配适配器
switch policyType {
case "mock":
return nil