class Aws::Plugins::RetryErrors::Handler
def retry_request(context, error)
def retry_request(context, error) context.retries += 1 context.config.credentials.refresh! if refresh_credentials?(context, error) context.http_request.body.rewind context.http_response.reset call(context) end