rclone/docs
Nick Craig-Wood 747edf42c1 azureblob: document container level SAS URL from root now needs container
In 8a0775ce3c which was released in v1.49.0 we inadvertently
stopped SAS URLs working from the root without a container name.

Previously to this change you could use `rclone mount azsas:` and it
would actually be equivalent to `rclone mount azsas:container`. After
this change, only `rclone mount azsas:container` will work, `rclone
mount azsas:` will have a directory in the root called "container".

After some discussion it was decided not to revert this change as the
current behaviour is more logical and in line with the similar
behaviour for the b2 backend.

Instead the documentation was updated to show exactly how container
level SAS URLs behave.

Fixes #4028
2020-03-05 14:56:36 +00:00
..
content azureblob: document container level SAS URL from root now needs container 2020-03-05 14:56:36 +00:00
i18n website: Adapt to hugo v0.27.1 2017-09-30 09:19:53 +01:00
layouts Version v1.51.0 2020-02-01 10:40:01 +00:00
static docs: fix in-page anchor navigation positioning 2019-12-22 23:33:12 +00:00
README.md How to build the docs 2014-04-17 22:39:23 +01:00
config.json website: Adapt to hugo v0.27.1 2017-09-30 09:19:53 +01:00

README.md

Docs

See the content directory for the docs in markdown format.

Use hugo to build the website.