Package org.jclouds.s3.binders
Class BindAsHostPrefixIfConfigured
java.lang.Object
org.jclouds.s3.binders.BindAsHostPrefixIfConfigured
- All Implemented Interfaces:
Binder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BindAsHostPrefix
protected final boolean
protected final String
-
Constructor Summary
ConstructorsConstructorDescriptionBindAsHostPrefixIfConfigured
(BindAsHostPrefix bindAsHostPrefix, boolean isVhostStyle, String servicePath) -
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest
(R request, Object payload)
-
Field Details
-
bindAsHostPrefix
-
isVhostStyle
protected final boolean isVhostStyle -
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
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-