mirror of
https://github.com/apache/jclouds.git
synced 2025-03-04 15:29:13 +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.