> +import com.google.inject.Scopes;
> +import org.jclouds.blobstore.AsyncBlobStore;
> +import org.jclouds.blobstore.BlobStore;
> +import org.jclouds.blobstore.attr.ConsistencyModel;
> +import org.jclouds.encryption.bouncycastle.config.BouncyCastleCryptoModule;
> +import org.jclouds.joyent.blobstore.JoyentAsyncBlobStore;
> +import org.jclouds.joyent.blobstore.JoyentBlobStore;
> +
> +/**
> + * @author vitaly.rudenya
> + */
> +public class JoyentBlobStoreContextModule extends AbstractModule {
> +
> + @Override
> + protected void configure() {
> + install(new BouncyCastleCryptoModule());
This should better be removed from here and declared in the `defaultModules` of
the api metadata.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/30/files#r7259675