You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way we can extend or customize the retry strategy? We have a case scenario (depending on customer) we want for certain verbs or operations to return longer retries (a good example, throttling for head) so just using RetryConfig or a RetryClassifier is not enough.
I had checked the source code, but I can't see a way to override it while creating a client builder for S3 so I guess is not a possibility? I could be wrong but I want to confirm.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way we can extend or customize the retry strategy? We have a case scenario (depending on customer) we want for certain verbs or operations to return longer retries (a good example, throttling for
head
) so just usingRetryConfig
or aRetryClassifier
is not enough.I had checked the source code, but I can't see a way to override it while creating a client builder for S3 so I guess is not a possibility? I could be wrong but I want to confirm.
Beta Was this translation helpful? Give feedback.
All reactions