hasher: add hasher backend #5587

This commit is contained in:
Ivan Andreev 2021-10-12 15:16:39 +03:00
parent 57c7fde864
commit f102ef2161
7 changed files with 1424 additions and 0 deletions

View file

@ -18,6 +18,7 @@ import (
_ "github.com/rclone/rclone/backend/ftp"
_ "github.com/rclone/rclone/backend/googlecloudstorage"
_ "github.com/rclone/rclone/backend/googlephotos"
_ "github.com/rclone/rclone/backend/hasher"
_ "github.com/rclone/rclone/backend/hdfs"
_ "github.com/rclone/rclone/backend/http"
_ "github.com/rclone/rclone/backend/hubic"