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 a7af8da commit 397ae58Copy full SHA for 397ae58
src/storage/s3.rs
@@ -37,7 +37,7 @@ impl S3Backend {
37
) -> Result<Self, Error> {
38
let shared_config = runtime.block_on(aws_config::load_from_env());
39
let mut config_builder = aws_sdk_s3::config::Builder::from(&shared_config)
40
- .retry_config(RetryConfig::standard().with_max_attempts(3))
+ .retry_config(RetryConfig::standard().with_max_attempts(6))
41
.region(Region::new(config.s3_region.clone()));
42
43
if let Some(ref endpoint) = config.s3_endpoint {
0 commit comments