pathy
pathy copied to clipboard
S3 Glob hangs
When I run list(path.glob("*/metadata.json")) the code will hang on an S3 path but not on a local path. But if the second portion include a "*" then it will work, ie: list(path.glob("*/*.json"))