> @@ -72,7 +69,7 @@ public BlobStore getBlobStore() {
>
> @Override
> public AsyncBlobStore getAsyncBlobStore() {
> - return ablobStore;
> + return null;
> }That's right. The other pull request completely gets rid of the getAsyncBlobStore() method so that an async blobstore object cannot be used. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/220/files#r8087090
