Class BindAsHostPrefixIfConfigured

java.lang.Object
org.jclouds.s3.binders.BindAsHostPrefixIfConfigured
All Implemented Interfaces:
Binder

@Singleton public class BindAsHostPrefixIfConfigured extends Object implements Binder
  • Field Details

    • bindAsHostPrefix

      protected final BindAsHostPrefix bindAsHostPrefix
    • isVhostStyle

      protected final boolean isVhostStyle
    • servicePath

      protected final String servicePath
  • Constructor Details

    • BindAsHostPrefixIfConfigured

      @Inject public BindAsHostPrefixIfConfigured(BindAsHostPrefix bindAsHostPrefix, @Named("jclouds.s3.virtual-host-buckets") boolean isVhostStyle, @Named("jclouds.s3.service-path") String servicePath)
  • Method Details