mount: update docs to show mounting from root OK for bucket based #3421

This commit is contained in:
Nick Craig-Wood 2019-08-16 15:36:32 +01:00
parent b619430bcf
commit 6ca00c21a4

View file

@ -161,10 +161,7 @@ applications won't work with their files on an rclone mount without
Caching](#file-caching) section for more info. Caching](#file-caching) section for more info.
The bucket based remotes (eg Swift, S3, Google Compute Storage, B2, 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, Hubic) do not support the concept of empty directories, so empty
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
directories will have a tendency to disappear once they fall out of directories will have a tendency to disappear once they fall out of
the directory cache. the directory cache.