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, setCredentialspublic S3ExecutionContext(List<RequestHandler2> requestHandler2s, boolean isMetricEnabled, AmazonWebServiceClient awsClient)
public void setSigner(Signer signer)
ExecutionContextsetSigner in class ExecutionContextpublic Signer getSignerByURI(URI uri)
ExecutionContextgetSignerByURI in class ExecutionContextCopyright © 2016. All rights reserved.