-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_utilities_ls
doesn't return the content of a symlink path
#205
Comments
Hi @khsrali, I have tested your scenario with and without trailing
Hope this helps to clarify the utilities/ls endpoint behaviour. |
Hi @theely Right now, it's paradoxical. if you do While intuitively, a uniform interface is expected. Also please notice the response: |
The guiding design principle for the To further explain how the What we expect is that:
Based on my test the What exactly is the use-case you are after? Is there a set of ls command options that produces the result you are expecting? I suspect what you are after is the "follow symbolic links" option (e.g. |
Alright, sorry, I didn't notice |
Yes, we did not just consider it we pushed the change to support it :-) |
super! thanks a lot :) |
Steps to reproduce:
remote/mydir
remote/mydir/myfile
mydir
and call it:remote/link_to_mydir
get_utilities_ls
forremote/link_to_mydir
Expected behavior:
the same as
ls
command, listmyfile
api version
unknown (see issue #204), I'm guessing
v1.16.0
is ondom
machine at the moment.The text was updated successfully, but these errors were encountered: