aws-sdk-kotlin icon indicating copy to clipboard operation
aws-sdk-kotlin copied to clipboard

Support retry config

Open aajtodd opened this issue 3 years ago • 0 comments

Describe the feature

Add support for retry configuration from environment and profiles

Environment variables:

  • AWS_MAX_ATTEMPTS
  • AWS_RETRY_MODE

Profile keys:

  • max_attempts
  • retry_mode

These need added to the shared configuration AwsClientConfig and threaded through the runtime and generated clients.

Is your Feature Request related to a problem?

Feature parity

Proposed Solution

No response

Describe alternative solutions or features you've considered

No response

Acknowledge

  • [ ] I may be able to implement this feature request

AWS Kotlin SDK version used

0.9.5-beta

Platform (JVM/JS/Native)

N/A

Operating System and version

N/A

aajtodd avatar Jan 03 '22 16:01 aajtodd