FullMetalMeowchemist
Results
1
issues of
FullMetalMeowchemist
The following works ``` path = CloudPath("gs://top-level-bucket-name/second-level/") filepaths = path.rglob("*") assert list(filepaths) ``` However, when I perform this action at the bucket root, for example ``` path = CloudPath("gs://top-level-bucket-name/") filepaths...