public class S3ExecutionContext extends ExecutionContext
Constructor and Description |
---|
S3ExecutionContext(List<RequestHandler2> requestHandler2s,
boolean isMetricEnabled,
AmazonWebServiceClient awsClient) |
Modifier and Type | Method and Description |
---|---|
Signer |
getSignerByURI(URI uri)
Returns the signer for the given uri.
|
void |
setSigner(Signer signer)
There is in general no need to set the signer in the execution context,
since the signer for each request may differ depending on the URI of
the request.
|
getAwsRequestMetrics, getContextUserAgent, getCredentials, getRequestHandler2s, setContextUserAgent, setCredentials
public S3ExecutionContext(List<RequestHandler2> requestHandler2s, boolean isMetricEnabled, AmazonWebServiceClient awsClient)
public void setSigner(Signer signer)
ExecutionContext
setSigner
in class ExecutionContext
public Signer getSignerByURI(URI uri)
ExecutionContext
getSignerByURI
in class ExecutionContext
Copyright © 2016. All rights reserved.