-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.p2This is a standard priority issueThis is a standard priority issue
Description
Describe the bug
To change the "max_retries" of the number of retries from 5, I set retryStrategy in Aws::S3Crt::ClientConfiguration and passed it to a new instance of Aws::S3Crt::S3CrtClient. However, the retry count does not change.
Expected Behavior
The retry strategy set in retryStrategy is enabled, and the number of retries changes.
Current Behavior
The default retry strategy and number of retries are always applied.
Reproduction Steps
Create an instance of Aws::S3Crt::S3CrtClient with retryStrategy and attempt an operation that requires many retries.
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.61
Compiler and Version used
gcc 8.3.1
Operating System and version
RHEL8
hamza-u, yashbagdi, bvs-amagi, Manjunathagopi, naveenrathore81 and 59 more
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.p2This is a standard priority issueThis is a standard priority issue