Test: download file in filesystem

This commit is contained in:
HFO4
2019-11-27 13:54:25 +08:00
parent 9bb432c220
commit 16067c3ac8
6 changed files with 138 additions and 5 deletions

View File

@@ -72,7 +72,6 @@ func NewFileSystem(user *model.User) (*FileSystem, error) {
}
// dispatchHandler 根据存储策略分配文件适配器
// TODO: 测试
func (fs *FileSystem) dispatchHandler() error {
var policyType string
if fs.Policy == nil {