mirror of
https://github.com/rclone/rclone
synced 2024-11-02 23:09:23 +01:00
ea8d13d841
Before this fix setting an alias of `s3:bucket` then using `alias:..` would use the current working directory! This fix corrects the path parsing. This parsing is also used in wrapping backends like crypt, chunker, union etc. It does not allow looking above the root of the alias, so `alias:..` now lists `s3:bucket` as you might expect if you did `cd /` then `ls ..`. |
||
---|---|---|
.. | ||
path_test.go | ||
path.go |