mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 18:49:52 +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.