mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 18:49:52 +00:00
62632c9db6
populateBlobKeysInContainer will no longer recurse when the delimiter matches "/". This makes listing deep hierarchies with a delimiter faster. Note that the general LocalBlobStore handling is still required for the general cases. This requires removing a bogus test case. References gaul/s3proxy#473.