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

aws/endpoints: Fix resolve endpoint with empty region #2911

Merged
merged 4 commits into from Oct 25, 2019

Commits on Oct 25, 2019

  1. aws/endpoints: Fix resolve endpoint with empty region

    Fixes the SDK's behavior when attempting to resolve a service's endpoint
    when no region was provided. Adds legacy support for services that were
    able to resolve a valid endpoint. No new service will support resolving
    an endpoint without an region.
    
    Fixes aws#2909
    jasdel committed Oct 25, 2019
    Copy the full SHA
    09a938b View commit details
    Browse the repository at this point in the history
  2. add changelog

    jasdel committed Oct 25, 2019
    Copy the full SHA
    2e0cfd8 View commit details
    Browse the repository at this point in the history
  3. fixup commented dead code

    jasdel committed Oct 25, 2019
    Copy the full SHA
    d90c727 View commit details
    Browse the repository at this point in the history
  4. gofmt fixup

    jasdel committed Oct 25, 2019
    Copy the full SHA
    369b578 View commit details
    Browse the repository at this point in the history