alist/drivers/gofile
Chesyre 28a8428559
feat(driver): add Gofile storage driver (#9318)
Add support for Gofile.io cloud storage service with full CRUD operations.
Features:
- File and folder listing
- Upload and download functionality
- Create, move, rename, copy, and delete operations
- Direct link generation for file access
- API token authentication
The driver implements all required driver interfaces and follows
the existing driver patterns in the codebase.
2025-09-11 11:46:31 +08:00
..
driver.go feat(driver): add Gofile storage driver (#9318) 2025-09-11 11:46:31 +08:00
meta.go feat(driver): add Gofile storage driver (#9318) 2025-09-11 11:46:31 +08:00
types.go feat(driver): add Gofile storage driver (#9318) 2025-09-11 11:46:31 +08:00
util.go feat(driver): add Gofile storage driver (#9318) 2025-09-11 11:46:31 +08:00