andrewgaul commented on this pull request.


> @@ -276,21 +276,11 @@ public StorageMetadata apply(String key) {
          if (options.getMarker() != null) {
             final String finalMarker = options.getMarker();
             String delimiter = storageStrategy.getSeparator();
-            Optional<StorageMetadata> lastMarkerMetadata;
-            if (finalMarker.endsWith(delimiter)) {
-               lastMarkerMetadata = tryFind(contents, new 
Predicate<StorageMetadata>() {

I suspect this curious logic is a leftover from the deprecated directory 
handling.

-- 
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/1016#pullrequestreview-2846824

Reply via email to