> @@ -121,4 +124,13 @@ public AWSS3AsyncBlobStore(BlobStoreContext context, 
> BlobUtils blobUtils,
>                 blob2Object.apply(blob), options);
>    }
>  
> +   @Override
> +   public ListenableFuture<Boolean> createContainerInLocation(Location 
> location, String container,
> +                                                              
> CreateContainerOptions options) {
> +      if (Futures.getUnchecked(containerExists(container))) {

Calling getUnchecked effectively makes this call synchronous.  Not sure how 
much effort we want to put into this given the current de-async discussion, 
although we don't have a clear direction forward there.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/173/files#r6893291

Reply via email to