forked from TrueCloudLab/rclone
union: Implement union backend which reads from multiple backends
This commit is contained in:
parent
0fb12112f5
commit
9e3ea3c6ac
6 changed files with 379 additions and 0 deletions
|
@ -25,6 +25,7 @@ import (
|
|||
_ "github.com/ncw/rclone/backend/s3"
|
||||
_ "github.com/ncw/rclone/backend/sftp"
|
||||
_ "github.com/ncw/rclone/backend/swift"
|
||||
_ "github.com/ncw/rclone/backend/union"
|
||||
_ "github.com/ncw/rclone/backend/webdav"
|
||||
_ "github.com/ncw/rclone/backend/yandex"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue