-
Notifications
You must be signed in to change notification settings - Fork 851
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
Inconsistent Behaviour Listing File #3712
Comments
It seems azure Gen2 accounts also have the bug. I'd be happy to take this up. Just a quick question as to how. I would have gone the naive way and just filter results for the affected stores, since I assume we cannot do much about the returns we are getting from the backend. Do you see another way? |
Sigh... I don't understand why Azure thought directories in object storage were a good idea...
I'm actually most of the way through a fix for HTTP and MemoryStore, I'll finish this up and then perhaps you could pick up the azure shenanigans? |
Describe the bug
Calling list with a path to an existing file behaves inconsistently
To Reproduce
Add the below to the put_get_delete_list_opts test
Expected behavior
The docs state
As such all stores should return an empty list
Additional context
The text was updated successfully, but these errors were encountered: