Closed BusterNeece closed 3 years ago
@freekmurze We're green on the tests for this one; I believe the test for this one was mocking up a response that wasn't actually the response this call would give, so once filtering was added to that response it looked empty.
Thank you!
Another minor fix that brings this adapter in line with the other Flysystem adapters by ensuring that, when calling
listContents
, the base directory itself isn't included in the results, which it otherwise would be without this little safety check.