From 6ca00c21a4e3478c2f639e9e0a34adf0e7f4476e Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 16 Aug 2019 15:36:32 +0100 Subject: [PATCH] mount: update docs to show mounting from root OK for bucket based #3421 --- cmd/mountlib/mount.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cmd/mountlib/mount.go b/cmd/mountlib/mount.go index f5dda8eb3..2c143931f 100644 --- a/cmd/mountlib/mount.go +++ b/cmd/mountlib/mount.go @@ -161,10 +161,7 @@ applications won't work with their files on an rclone mount without Caching](#file-caching) section for more info. The bucket based remotes (eg Swift, S3, Google Compute Storage, B2, -Hubic) won't work from the root - you will need to specify a bucket, -or a path within the bucket. So ` + "`swift:`" + ` won't work whereas -` + "`swift:bucket`" + ` will as will ` + "`swift:bucket/path`" + `. -None of these support the concept of directories, so empty +Hubic) do not support the concept of empty directories, so empty directories will have a tendency to disappear once they fall out of the directory cache.