mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: remote delete file / Fix: broken Filesystem recycle in upload request
This commit is contained in:
@@ -120,6 +120,9 @@ func NewAnonymousFileSystem() (*FileSystem, error) {
|
||||
return nil, err
|
||||
}
|
||||
fs.User.Group = anonymousGroup
|
||||
} else {
|
||||
// 从机模式下,分配本地策略处理器
|
||||
fs.Handler = local.Handler{}
|
||||
}
|
||||
|
||||
return fs, nil
|
||||
|
||||
Reference in New Issue
Block a user