s3_retry_error_codes
Description
|
Comma-separated list of the AWS error codes that should be retried.
|
Type
|
String, read/write
|
Default value
|
XpressCommunicationError,ExpiredToken,AccessDenied,InternalError,InvalidAccessKeyId,InvalidSecurity,InvalidToken,OperationAborted,RequestTimeout,RequestTimeTooSkewed,ServiceUnavailable,SlowDown,TokenRefreshRequired
|
Note
|
Controls which errors to retry when
s3_max_retries is non-zero.
|
Note
|
Supported error codes are as given in the AWS REST API documentation, plus the custom error code
XpressCommunicationError.
|
Note
|
This list will only be used in a model compiled against S3 version 0.0.10 or greater (included with Xpress 8.5.3 and greater), and if the
s3_parse_error_response parameter is
true/
|