Skip to content

Commit 3936e73

Browse files
authored
feat(drivers): add a driver that divides large files into multiple chunks (#1153)
1 parent 68433d4 commit 3936e73

File tree

13 files changed

+575
-34
lines changed

13 files changed

+575
-34
lines changed

drivers/all.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import (
2020
_ "github.com/OpenListTeam/OpenList/v4/drivers/baidu_netdisk"
2121
_ "github.com/OpenListTeam/OpenList/v4/drivers/baidu_photo"
2222
_ "github.com/OpenListTeam/OpenList/v4/drivers/chaoxing"
23+
_ "github.com/OpenListTeam/OpenList/v4/drivers/chunk"
2324
_ "github.com/OpenListTeam/OpenList/v4/drivers/cloudreve"
2425
_ "github.com/OpenListTeam/OpenList/v4/drivers/cloudreve_v4"
2526
_ "github.com/OpenListTeam/OpenList/v4/drivers/cnb_releases"

0 commit comments

Comments
 (0)