mirror of
https://github.com/apache/jclouds.git
synced 2025-02-09 03:25:39 +00:00
60a7d1b4f8
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.