Closed bahamat closed 6 years ago
Performing operations on ~~ returns InvalidPathError, while using ~~/ evaluates to /$MANTA_USER/.
~~
InvalidPathError
~~/
/$MANTA_USER/
E.g., mls ~~ fails, but mls ~~/ works, yet both mls /$MANTA_USER and mls /$MANTA_USER/ work.
mls ~~
mls ~~/
mls /$MANTA_USER
mls /$MANTA_USER/
https://cr.joyent.us/#/c/1091/
Closing this. This has been integrated for a while.
➜ ~ mls --version 5.1.1 http://apidocs.joyent.com/manta ➜ ~ mls ~~ jobs/ public/ reports/ stor/ uploads/
Performing operations on
~~
returnsInvalidPathError
, while using~~/
evaluates to/$MANTA_USER/
.E.g.,
mls ~~
fails, butmls ~~/
works, yet bothmls /$MANTA_USER
andmls /$MANTA_USER/
work.