From 0b562bcabcd7548aa131bc6455e1b44ae0acf66d Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 19 Nov 2016 10:54:37 +0000 Subject: [PATCH] mount: Note that write is now supported on ACD --- cmd/mount/mount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mount/mount.go b/cmd/mount/mount.go index 7393af80d..f7dcf7f01 100644 --- a/cmd/mount/mount.go +++ b/cmd/mount/mount.go @@ -113,7 +113,7 @@ 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, Amazon Drive + * those which need to know the size in advance won't - eg B2 * 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