storj: rename tardigrade backend to storj backend #5616

This adds an alias for backwards compatibility and leaves a stub
documentation page to redirect people to the new documentation.
This commit is contained in:
Nick Craig-Wood
2022-02-04 17:58:04 +00:00
parent c40129d610
commit f22b703a51
17 changed files with 462 additions and 453 deletions

View File

@@ -39,9 +39,9 @@ import (
_ "github.com/rclone/rclone/backend/sftp"
_ "github.com/rclone/rclone/backend/sharefile"
_ "github.com/rclone/rclone/backend/sia"
_ "github.com/rclone/rclone/backend/storj"
_ "github.com/rclone/rclone/backend/sugarsync"
_ "github.com/rclone/rclone/backend/swift"
_ "github.com/rclone/rclone/backend/tardigrade"
_ "github.com/rclone/rclone/backend/union"
_ "github.com/rclone/rclone/backend/uptobox"
_ "github.com/rclone/rclone/backend/webdav"