1
0
mirror of https://github.com/rclone/rclone.git synced 2025-11-29 05:47:23 +02:00

union: Implement union backend which reads from multiple backends

This commit is contained in:
Felix Brucker
2018-08-18 02:39:49 +02:00
committed by Nick Craig-Wood
parent 0fb12112f5
commit 9e3ea3c6ac
6 changed files with 379 additions and 0 deletions

View File

@@ -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"
)