s3 retries number not respect #2774
Unanswered
ltagliamonte-dd
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, can you show the complete code file? FYI: i tried running your code and it just has errors as is. |
Beta Was this translation helpful? Give feedback.
2 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.
-
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