liormizr / s3path

s3path is a pathlib extension for AWS S3 Service
Apache License 2.0
206 stars 39 forks source link

Add test for fixed-depth glob issue #179

Open maresb opened 3 weeks ago

maresb commented 3 weeks ago

Globbing nested/*/* should match nested/further/andfurther but not nested/further/andfurther/too_far.txt.

I didn't have time to look into a solution, but I wrote a test case for you.