Override retry strategy for AWS S3 client #43250
Unanswered
julianhowarth
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use the AWS S3 client extension to access objects on S3. We've recently been having issues across a number of our services where the default AWS s3 async client has had issues connecting and downloading objects. In line with our other, non-Quarkus services, we would like to modify the retry policy to make it more robust.
Essentially we want to do:
Beta Was this translation helpful? Give feedback.
All reactions