-
Notifications
You must be signed in to change notification settings - Fork 49
Dont list directorymarkers in iterdir #536
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
base: main
Are you sure you want to change the base?
Conversation
|
Perhaps we should also check for |
|
It seems, the way info is implemented in s3fs, ContentType is currently not propagated for these directory markers. |
|
If you could explicitly confirm that the PR as-is fixes your issue I'd be happy to merge |
So the artificial marker object breaks |
s3fs doesn't let you do this like the aws console would because it strips the trailing slash |
|
Hmmm, seems like yet another edge case. Okay I'll see if this can be handled in a better way. |

Should close #226