Skip to content

Commit

Permalink
protondrive: add protondrive backend - fixes rclone#6072
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybear327 authored Jul 22, 2023
1 parent 33fec9c commit 014acc9
Show file tree
Hide file tree
Showing 10 changed files with 1,373 additions and 45 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ remote or an fs.

Research

* Look at the interfaces defined in `fs/fs.go`
* Look at the interfaces defined in `fs/types.go`
* Study one or more of the existing remotes

Getting going
Expand Down
1 change: 1 addition & 0 deletions backend/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit 014acc9

Please sign in to comment.