I'm using 2.1.1 of jClouds to remove contents of a bucket using clearContainer(container, ListContainerOptions). I'm getting a "Prefix and delimiter support has not yet been added" Exception if there is a prefix, although the docs seem to indicate it should work.
https://jclouds.apache.org/reference/javadoc/2.1.x/org/jclouds/blobstore/BlobStore.html#clearContainer If that doesn't work, what is the best way to remove everything under a prefix with jClouds? Thanks,