Skip to content
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

service/ec2: Fix max retries with client customizations #3465

Merged
merged 3 commits into from Aug 12, 2020

Commits on Aug 11, 2020

  1. service/ec2: Fix max retries with client customizations

    Fixes aws#3374 by correcting the EC2 API client's customization for
    ModifyNetworkInterfaceAttribute and AssignPrivateIpAddresses operations
    to use the aws.Config.MaxRetries value if set. Previously the API client's
    customizations would ignore MaxRetries specified in the SDK's
    aws.Config.MaxRetries field.
    jasdel committed Aug 11, 2020
    Copy the full SHA
    fa56621 View commit details
    Browse the repository at this point in the history
  2. add changelog

    jasdel committed Aug 11, 2020
    Copy the full SHA
    118e870 View commit details
    Browse the repository at this point in the history
  3. fixup tests for go1.5&6

    jasdel committed Aug 11, 2020
    Copy the full SHA
    ba6ae23 View commit details
    Browse the repository at this point in the history