MaxServ / t3ext-fal_s3

S3 driver for FAL
GNU General Public License v2.0
13 stars 10 forks source link

[BUGFIX] Correctly recurse directories even when only files are requested #22

Closed helhum closed 6 years ago

helhum commented 6 years ago

We move the check which type of entries should be returned out of the iterator into the driver, so that the iterator correctly finds children (directories)

Fixes: #21