> @@ -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))) {
I could add a listener to the containerExists future but wasn't sure if it was
worth the effort. Given the deprecation, most people should be using the sync
API anyways.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/173/files#r6894140