aws-sdk-kotlin
aws-sdk-kotlin copied to clipboard
Support retry config
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