Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
146 stars 71 forks source link

Apply filters to S3Controller getSubdirs #1171

Closed tdrwenski closed 1 year ago

tdrwenski commented 1 year ago

Description of Changes

S3Controller should apply filters to getSubDirs as it already does to getInventoryTop and getInventoryAll. This in line with behavior present in ControllerOS. Also add tests that these three methods do indeed filter results.