-
Notifications
You must be signed in to change notification settings - Fork 487
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
idea: Make List return the path itself #4877
Comments
8 tasks
I'd like to work on this issue and other tasks about |
This issue is complex; we need to review the behavior of all services and ensure they are aligned. We can start by changing the behavior test. |
similar issue: #4069 |
It appears that our implementation does not align well with the RFC. We want list to the the path itself no matter it's file or dir. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In RFC 3243: List Prefix, we make it clear that list won't return itself.
However, this behavior does not align with either local file systems or AWS S3 services, which can confuse users. Furthermore, this behavior makes it impossible to list versions of a path expected to be supported at #2611.
So I propose to change the current behavior to always return
path
itself if exists.The text was updated successfully, but these errors were encountered: