We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Most cloud services don't have a notion of a "directory." We try to add this back in within our logic by doing our own path splitting.
We should make sure that the pathlib methods (glob and iterdir) and our methods do the same thing of:
glob
iterdir
The text was updated successfully, but these errors were encountered:
Here are the CPython tests for glob: https://github.com/python/cpython/blob/022bc7572f061e1d1132a4db9d085b29707701e7/Lib/test/test_pathlib.py#L1542-L1665
Sorry, something went wrong.
For at least S3 it works differently than in-built Path: it includes also current folder.
It should be fixed.
Successfully merging a pull request may close this issue.
Most cloud services don't have a notion of a "directory." We try to add this back in within our logic by doing our own path splitting.
We should make sure that the pathlib methods (
glob
anditerdir
) and our methods do the same thing of:The text was updated successfully, but these errors were encountered: