doi: add new doi backend

Add a new backend to support mounting datasets published with a digital
object identifier (DOI).
This commit is contained in:
Flora Thiebaut
2025-06-05 17:40:54 +02:00
committed by GitHub
parent 51fd697c7a
commit 3b3096c940
13 changed files with 1652 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import (
_ "github.com/rclone/rclone/backend/combine"
_ "github.com/rclone/rclone/backend/compress"
_ "github.com/rclone/rclone/backend/crypt"
_ "github.com/rclone/rclone/backend/doi"
_ "github.com/rclone/rclone/backend/drive"
_ "github.com/rclone/rclone/backend/dropbox"
_ "github.com/rclone/rclone/backend/fichier"