How to test retry option with S3CrtRetryConfiguration #5537
Unanswered
karunakaran-ti
asked this question in
Q&A
Replies: 1 comment
-
@debora-ito Please let me know how to test retry option using S3CrtRetryConfiguration |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Spring boot Java application and using AWS amazon SDK.
I am using below code to generate S3AsyncClient with retry configuration. When I do upload using this client, it should retry if there is an issue. But I don't see any retry is triggered if there is a failure.
Any suggestions would be helpful and let me know if I miss any configuration.
cc: @debora-ito
Beta Was this translation helpful? Give feedback.
All reactions