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

Pass service_signing_name to ClientEndpointBridge #831

Merged
merged 1 commit into from
Mar 4, 2016

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Mar 4, 2016

This was being passed as the 4th positional argument
to ClientEndpointBridge which is the default_endpoint,
not the service_signing_name. Passing this value
as a kwarg to be explicit.

I also fixed a case where the signingName from the service
was not being used in the case where we assume an endpoint
if we can't resolve anything from the endpoint resolver.

Fixes boto/boto3#538

cc @kyleknap @JordonPhillips

This was being passed as the 4th positional argument
to ClientEndpointBridge which is the ``default_endpoint``,
not the ``service_signing_name``.  Passing this value
as a kwarg to be explicit.

I also fixed a case where the signingName from the service
was not being used in the case where we assume an endpoint
if we can't resolve anything from the endpoint resolver.

Fixes boto/boto3#538
@kyleknap
Copy link
Contributor

kyleknap commented Mar 4, 2016

🚢 I can confirm it works as well

@JordonPhillips
Copy link
Contributor

@jamesls jamesls merged commit 15cd1b5 into boto:develop Mar 4, 2016
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.

Boto3-1.2.6 has an issue with cloudsearch and cloudsearchdomain
4 participants