filefabric: Implement the Enterprise File Fabric backend

Missing features
- M-Stream support
- Oauth-like flow (soon being changed to oauth)
This commit is contained in:
Nick Craig-Wood
2020-08-11 15:09:00 +01:00
parent dfeae0e70a
commit 979bb07c86
12 changed files with 2029 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import (
_ "github.com/rclone/rclone/backend/drive"
_ "github.com/rclone/rclone/backend/dropbox"
_ "github.com/rclone/rclone/backend/fichier"
_ "github.com/rclone/rclone/backend/filefabric"
_ "github.com/rclone/rclone/backend/ftp"
_ "github.com/rclone/rclone/backend/googlecloudstorage"
_ "github.com/rclone/rclone/backend/googlephotos"