protondrive: add protondrive backend - fixes #6072

This commit is contained in:
Chun-Hung Tseng 2023-07-22 11:46:21 +02:00 committed by GitHub
parent 33fec9c835
commit 014acc902d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 1373 additions and 45 deletions

View file

@ -38,6 +38,7 @@ import (
_ "github.com/rclone/rclone/backend/pcloud"
_ "github.com/rclone/rclone/backend/pikpak"
_ "github.com/rclone/rclone/backend/premiumizeme"
_ "github.com/rclone/rclone/backend/protondrive"
_ "github.com/rclone/rclone/backend/putio"
_ "github.com/rclone/rclone/backend/qingstor"
_ "github.com/rclone/rclone/backend/s3"