Package | Description |
---|---|
com.amazonaws.http | |
com.amazonaws.services.s3.internal |
Modifier and Type | Field and Description |
---|---|
private AuthErrorRetryStrategy |
ExecutionContext.authErrorRetryStrategy
An internal retry strategy for auth errors.
|
Modifier and Type | Method and Description |
---|---|
AuthErrorRetryStrategy |
ExecutionContext.getAuthErrorRetryStrategy()
Returns the retry strategy for auth errors.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.setAuthErrorRetryStrategy(AuthErrorRetryStrategy authErrorRetryStrategy)
Sets the optional auth error retry strategy for this request execution.
|
Modifier and Type | Class and Description |
---|---|
class |
S3V4AuthErrorRetryStrategy
The internal implementation of AuthErrorRetryStrategy which automatically switches to V4 signer
when the S3 returns auth error asking for v4 authentication.
|