Skip to content

Commit 6f80df2

Browse files
authored
feat(drivers): add GuangYaPan driver with offline download support (#2882)
* feat(drivers): add GuangYaPan driver with offline download support * fix(drivers): GuangYaPan driver multipartUploadToOSS
1 parent 940b69f commit 6f80df2

14 files changed

Lines changed: 1911 additions & 1 deletion

File tree

drivers/all.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import (
4242
_ "github.com/OpenListTeam/OpenList/v4/drivers/github_releases"
4343
_ "github.com/OpenListTeam/OpenList/v4/drivers/google_drive"
4444
_ "github.com/OpenListTeam/OpenList/v4/drivers/google_photo"
45+
_ "github.com/OpenListTeam/OpenList/v4/drivers/guangyapan"
4546
_ "github.com/OpenListTeam/OpenList/v4/drivers/halalcloud"
4647
_ "github.com/OpenListTeam/OpenList/v4/drivers/halalcloud_open"
4748
_ "github.com/OpenListTeam/OpenList/v4/drivers/ilanzou"

0 commit comments

Comments
 (0)