> @@ -72,7 +69,7 @@ public BlobStore getBlobStore() {
>
> @Override
> public AsyncBlobStore getAsyncBlobStore() {
> - return ablobStore;
> + return null;
> }Should this PR then add a `@Deprecated` or so, explaining not to call this? Or at least some Javadoc? Or is the intention to remove this practically immediately afterwards, so there's little risk of users blowing up here? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/220/files#r13571778
