Skip to content

Retry settings are not reflected in s3CrtClientΒ #2594

@MaZvnGpGm9

Description

@MaZvnGpGm9

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.p2This is a standard priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions