-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow AWS.config setting for retries in the EC2 credential provider #717
Comments
For reference, the AWS CLI (via If this feature is ever implemented in the Ruby SDK it would be nice to re-use these existing names for reuse/consistency across the two SDKs. |
@mullermp could you please reopen this issue, now that the Feature Requests backlog markdown file has been deprecated/removed? |
I'd have to check in with other SDKs on whether to support this or not. Generally, customers request features to other SDKs because "CLI does it" but sometimes it's not necessary because of the nature of CLI versus a language SDK. |
It looks like this original feature request was already implemented (for allowing retries through code) so I'm going to close this. https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-core/lib/aws-sdk-core/instance_profile_credentials.rb#L62 For supporting global configuration and environment variables, we should open a new feature request and then I would need to check with other SDK teams on whether they can support it. Generally CLI has different configuration mechanisms because .. it's the CLI (and files/ENV makes sense) over code configuration (language runtime). |
|
As mentioned over here: #634 (comment)
It would be nice to have a way to set this as part of the global configuration.
The text was updated successfully, but these errors were encountered: