>  
> -            String marker = blobStoreMetadatas.getNextMarker();
> -            if (marker == null) {
> -               break;
> -            }
> +         Collections.sort(blobNames);

Any reason we're sorting the output and not printing it in the order returned 
by the underlying system?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/16/files#r4846072

Reply via email to