Implement Azure Files backend

Co-authored-by: moongdal <moongdal@tutanota.com>
This commit is contained in:
karan 2023-09-15 10:34:26 +05:30 committed by Nick Craig-Wood
parent e9763552f7
commit b5301e03a6
10 changed files with 912 additions and 0 deletions

View file

@ -6,6 +6,7 @@ import (
_ "github.com/rclone/rclone/backend/alias"
_ "github.com/rclone/rclone/backend/amazonclouddrive"
_ "github.com/rclone/rclone/backend/azureblob"
_ "github.com/rclone/rclone/backend/azurefiles"
_ "github.com/rclone/rclone/backend/b2"
_ "github.com/rclone/rclone/backend/box"
_ "github.com/rclone/rclone/backend/cache"