Package org.jclouds.s3.binders
Class BindAsHostPrefixIfConfigured
- java.lang.Object
-
- org.jclouds.s3.binders.BindAsHostPrefixIfConfigured
-
-
Field Summary
Fields Modifier and Type Field Description protected BindAsHostPrefix
bindAsHostPrefix
protected boolean
isVhostStyle
protected String
servicePath
-
Constructor Summary
Constructors Constructor Description BindAsHostPrefixIfConfigured(BindAsHostPrefix bindAsHostPrefix, boolean isVhostStyle, String servicePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object payload)
-
-
-
Field Detail
-
bindAsHostPrefix
protected final BindAsHostPrefix bindAsHostPrefix
-
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)
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object payload)
- Specified by:
bindToRequest
in interfaceBinder
-
-