mirror of
https://github.com/apache/jclouds.git
synced 2025-02-08 02:59:46 +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.