>
> - String marker = blobStoreMetadatas.getNextMarker();
> - if (marker == null) {
> - break;
> - }
> + Collections.sort(blobNames);I added this some time back to beautify output. However, I now think that returning the underlying order is better and we should add a --marker flag to allow users to resume from where they left off. I will address this in a subsequent commit. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/16/files#r4849451
