Closed tdrwenski closed 1 year ago
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.
S3Controller
getSubDirs
getInventoryTop
getInventoryAll
ControllerOS
Description of Changes
S3Controller
should apply filters togetSubDirs
as it already does togetInventoryTop
andgetInventoryAll
. This in line with behavior present inControllerOS
. Also add tests that these three methods do indeed filter results.