gaul commented on this pull request.
> } else if (child.isDirectory()) {
- blobNames.add(function.apply(child.getAbsolutePath()) +
File.separator); // TODO: undo if failures
- populateBlobKeysInContainer(child, blobNames, function);
+ // Consider a prefix /a/b/c but we have only descended to path /a.
+ // We need to match the path against the prefix to continue
Addressed suggestion via a more narrow filter.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1268#discussion_r252090379