mirror of
https://github.com/cloudreve/cloudreve.git
synced 2025-11-02 11:42:22 +08:00
Feat: download file / speed limit in oss policy
This commit is contained in:
@ -135,6 +135,7 @@ func NewAnonymousFileSystem() (*FileSystem, error) {
|
||||
}
|
||||
|
||||
// dispatchHandler 根据存储策略分配文件适配器
|
||||
// TODO 完善测试
|
||||
func (fs *FileSystem) dispatchHandler() error {
|
||||
var policyType string
|
||||
var currentPolicy *model.Policy
|
||||
|
||||
Reference in New Issue
Block a user