Class BindAsHostPrefixIfConfigured

  • All Implemented Interfaces:
    Binder

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

      • isVhostStyle

        protected final boolean isVhostStyle
      • servicePath

        protected final String servicePath
    • Constructor Detail

      • BindAsHostPrefixIfConfigured

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