We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283e7fa commit fcc1a05Copy full SHA for fcc1a05
cloud/aws/aws_retry.cc
@@ -30,7 +30,7 @@ class AwsRetryStrategy : public Aws::Client::RetryStrategy {
30
retryableErrors.push_back("InternalError");
31
default_strategy_ =
32
std::make_shared<Aws::Client::SpecifiedRetryableErrorsRetryStrategy>(
33
- retryStrategy);
+ retryableErrors);
34
Log(InfoLogLevel::INFO_LEVEL, env_->info_log_,
35
"[aws] Configured custom retry policy");
36
}
0 commit comments