feat: add Rclone storage support with configuration and file operations

This commit is contained in:
krau
2026-01-30 13:30:14 +08:00
parent b431fa08e2
commit 321bce3220
7 changed files with 345 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ package storage
// StorageType
/* ENUM(
local, webdav, alist, minio, telegram, s3
local, webdav, alist, minio, telegram, s3, rclone
) */
type StorageType string