Skip to content

Commit 06cb5ee

Browse files
committed
feat(guangyapan): add full GuangYaPan driver integration
Implement GuangYaPan storage adapter and register driver. Includes: - SMS/captcha login flow with token refresh - list/link operations - mkdir/rename/remove/move/copy - upload via res_center token + OSS multipart + task polling - compatibility fixes for provider type, endpoint normalization, and upload status codes
1 parent 343ccd5 commit 06cb5ee

4 files changed

Lines changed: 1134 additions & 0 deletions

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/alist-org/alist/v3/drivers/gofile"
4343
_ "github.com/alist-org/alist/v3/drivers/google_drive"
4444
_ "github.com/alist-org/alist/v3/drivers/google_photo"
45+
_ "github.com/alist-org/alist/v3/drivers/guangyapan"
4546
_ "github.com/alist-org/alist/v3/drivers/halalcloud"
4647
_ "github.com/alist-org/alist/v3/drivers/ilanzou"
4748
_ "github.com/alist-org/alist/v3/drivers/ipfs_api"

0 commit comments

Comments
 (0)