quatrix: add backend to support Quatrix

Co-authored-by: Volodymyr Kit <v.kit@maytech.net>
This commit is contained in:
Oksana 2023-09-08 16:31:29 +03:00 committed by GitHub
parent 578c75cb1e
commit 628ff8e524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1821 additions and 0 deletions

View file

@ -41,6 +41,7 @@ import (
_ "github.com/rclone/rclone/backend/protondrive"
_ "github.com/rclone/rclone/backend/putio"
_ "github.com/rclone/rclone/backend/qingstor"
_ "github.com/rclone/rclone/backend/quatrix"
_ "github.com/rclone/rclone/backend/s3"
_ "github.com/rclone/rclone/backend/seafile"
_ "github.com/rclone/rclone/backend/sftp"