Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit ddc0232

Browse files
authored
add retry to s3 uploads in bottomles (#750)
1 parent 42eabee commit ddc0232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bottomless/src/replicator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ impl Options {
142142
None,
143143
"Static",
144144
))
145+
.retry_config(aws_sdk_s3::config::retry::RetryConfig::standard().with_max_attempts(6))
145146
.build();
146147
Ok(conf)
147148
}

0 commit comments

Comments
 (0)