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 SDK resolving endpoint without region #420

Merged
merged 4 commits into from Dec 12, 2019

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Oct 25, 2019

Fixes the SDK's endpoint resolve incorrectly resolving endpoints for a service when the region is empty. Also fixes the SDK attempting to resolve a service when the service value is empty.

Related to: aws/aws-sdk-go#2911

@jasdel jasdel added the pr/needs-review This PR needs a review from a Member. label Oct 25, 2019
Fixes the SDK's endpoint resolve incorrectly resolving endpoints for a
service when the region is empty. Also fixes the SDK attempting to
resolve a service when the service value is empty.

Related to: aws/aws-sdk-go#2911
@jasdel jasdel removed the pr/needs-review This PR needs a review from a Member. label Dec 11, 2019
CHANGELOG_PENDING.md Outdated Show resolved Hide resolved
@jasdel jasdel merged commit 7ede46e into aws:master Dec 12, 2019
@jasdel jasdel deleted the fixup/EmptyRegion branch December 12, 2019 18:35
skotambkar added a commit that referenced this pull request Dec 12, 2019
===

Services
---
* Synced the V2 SDK with latest AWS service API definitions.

SDK Bugs
---
* `aws/endpoints`: aws/endpoints: Fix SDK resolving endpoint without region ([#420](#420))
  * Fixes the SDK's endpoint resolve incorrectly resolving endpoints for a service when the region is empty. Also fixes the SDK attempting to resolve a service when the service value is empty.
  * Related to [aws/aws-sdk-go#2909](aws/aws-sdk-go#2909)
skotambkar added a commit that referenced this pull request Dec 12, 2019
===

Services
---
* Synced the V2 SDK with latest AWS service API definitions.

SDK Bugs
---
* `aws/endpoints`: aws/endpoints: Fix SDK resolving endpoint without region ([#420](#420))
  * Fixes the SDK's endpoint resolve incorrectly resolving endpoints for a service when the region is empty. Also fixes the SDK attempting to resolve a service when the service value is empty.
  * Related to [aws/aws-sdk-go#2909](aws/aws-sdk-go#2909)
skotambkar added a commit that referenced this pull request Dec 12, 2019
* Release v0.18.0 (2019-12-12)
===

Services
---
* Synced the V2 SDK with latest AWS service API definitions.

SDK Bugs
---
* `aws/endpoints`: aws/endpoints: Fix SDK resolving endpoint without region ([#420](#420))
  * Fixes the SDK's endpoint resolve incorrectly resolving endpoints for a service when the region is empty. Also fixes the SDK attempting to resolve a service when the service value is empty.
  * Related to [aws/aws-sdk-go#2909](aws/aws-sdk-go#2909)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants