Package | Description |
---|---|
com.amazonaws.http | |
com.amazonaws.retry.internal | |
com.amazonaws.services.s3.internal |
Modifier and Type | Field and Description |
---|---|
(package private) AuthRetryParameters |
AmazonHttpClient.ExecOneRequestParams.authRetryParam |
Modifier and Type | Method and Description |
---|---|
AuthRetryParameters |
AuthErrorRetryStrategy.shouldRetryWithAuthParam(Request<?> originalRequest,
HttpResponse response,
AmazonServiceException ase)
Returns an alternative signing context (consists of a new signer instance
and a new request endpoint) that should be used to retry the request.
|
Modifier and Type | Method and Description |
---|---|
private AuthRetryParameters |
S3V4AuthErrorRetryStrategy.buildRetryParams(AWSS3V4Signer signer,
java.net.URI endpoint) |
private AuthRetryParameters |
S3V4AuthErrorRetryStrategy.redirectToRegionInHeader(Request<?> request,
HttpResponse response) |
private AuthRetryParameters |
S3V4AuthErrorRetryStrategy.redirectToS3External()
If the response doesn't have the x-amz-region header we have to resort to sending a request
to s3-external-1
|
AuthRetryParameters |
S3V4AuthErrorRetryStrategy.shouldRetryWithAuthParam(Request<?> request,
HttpResponse response,
AmazonServiceException ase) |