dropbox: Initial support of full Fs interface

Still missing metadata support (eg SetModTime)
This commit is contained in:
Nick Craig-Wood
2014-07-08 21:59:30 +01:00
parent 0159da9f37
commit 2149185fc2
3 changed files with 451 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ import (
"github.com/ncw/rclone/fs"
// Active file systems
_ "github.com/ncw/rclone/drive"
_ "github.com/ncw/rclone/dropbox"
_ "github.com/ncw/rclone/local"
_ "github.com/ncw/rclone/s3"
_ "github.com/ncw/rclone/swift"