Commit 44ccd33
authored
feat(driver): add sjtu netdisk driver (#9572)
Add SJTU Netdisk (pan.sjtu.edu.cn) driver with full file operations:
- List files with pagination support
- Download via S3 presigned URL with X-Amz-Expires TTL parsing
- Upload with three-step S3 presigned flow
- Create directory, rename, move (with conflict merge), copy, delete
- Token auto-refresh with expiration caching and fallback
Driver registered in drivers/all.go via init() side-effect import.1 parent 3e3776d commit 44ccd33
5 files changed
Lines changed: 937 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments