mirror of
https://github.com/apache/jclouds.git
synced 2025-03-03 06:49:11 +00:00
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.