pathy icon indicating copy to clipboard operation
pathy copied to clipboard

S3 Glob hangs

Open zbyte64 opened this issue 4 years ago • 0 comments

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"))

zbyte64 avatar Oct 21 '21 16:10 zbyte64