From 77b975d16fe2f52cb55302c69a6b1618a000d152 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 23 Oct 2016 21:46:48 +0100 Subject: [PATCH] Note Amazon Drive doesn't support uploads via FUSE yet --- cmd/mount/mount.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/mount/mount.go b/cmd/mount/mount.go index f2b885c3a..7393af80d 100644 --- a/cmd/mount/mount.go +++ b/cmd/mount/mount.go @@ -113,8 +113,9 @@ mount won't do that, so will be less reliable than the rclone command. ### Bugs ### * All the remotes should work for read, but some may not for write - * those which need to know the size in advance won't - eg B2 + * those which need to know the size in advance won't - eg B2, Amazon Drive * maybe should pass in size as -1 to mean work it out + * Or put in an an upload cache to cache the files on disk first ### TODO ###