s3 retries number not respect #2774
Unanswered
ltagliamonte-dd
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
-
Hello folks, I'm experiencing an issue with the s3 client retries not matching the configured parameter (7 retries).
I'm using latest AWS sdk
From the logs I see:
This is how i create my s3 client, and s3client.retries is set to 7:
I then download the object to local file with:
What am i doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions