Re: BlobStore.clearContainer()

2018-10-18 Thread joe meiring
Sure, I'll give it a try. Is there some way to get on the jclouds slack channel? Cheers, Joe On Wed, Oct 17, 2018 at 4:35 PM Andrew Gaul wrote: > On Wed, Oct 17, 2018 at 02:05:56PM -0500, joe meiring wrote: > > I'm using 2.1.1 of jClouds to remove contents of a bucket using > >

BlobStore.clearContainer()

2018-10-17 Thread joe meiring
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.