org.jclouds.aws.s3.blobstore.config
Class AWSS3BlobStoreContextModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.s3.blobstore.config.S3BlobStoreContextModule
          extended by org.jclouds.aws.s3.blobstore.config.AWSS3BlobStoreContextModule
All Implemented Interfaces:
com.google.inject.Module

public class AWSS3BlobStoreContextModule
extends org.jclouds.s3.blobstore.config.S3BlobStoreContextModule

Author:
Tibor Kiss

Constructor Summary
AWSS3BlobStoreContextModule()
           
 
Method Summary
protected  com.google.common.cache.LoadingCache<String,org.jclouds.s3.domain.AccessControlList> bucketAcls(org.jclouds.s3.S3Client client)
           
protected  void configure()
           
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWSS3BlobStoreContextModule

public AWSS3BlobStoreContextModule()
Method Detail

configure

protected void configure()
Overrides:
configure in class org.jclouds.s3.blobstore.config.S3BlobStoreContextModule

bucketAcls

protected com.google.common.cache.LoadingCache<String,org.jclouds.s3.domain.AccessControlList> bucketAcls(org.jclouds.s3.S3Client client)
Overrides:
bucketAcls in class org.jclouds.s3.blobstore.config.S3BlobStoreContextModule


Copyright © 2009-2012 jclouds. All Rights Reserved.