jclouds/blobstore
Andrew Gaul 0053c77b9b Call BlobUtils.clearContainer directly
BaseAsyncBlobStore.clearContainer returns a Future which we previously
did not manage correctly, hanging when deleting non-existent
containers.  Call BlobUtils.clearContainer directly to address this.
2013-01-24 08:24:41 -08:00
..