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

Fix client creation when service has no region #104

Merged
merged 1 commit into from Feb 4, 2017

Conversation

bdubertret
Copy link

For services which are not bound to a particular region, like IAM or Route53, creating a client with region_name = ''fails as described in #103 . This PR fixes this problem by setting region_name = None in this case.

@johncant
Copy link

johncant commented Feb 3, 2017

I can confirm that this branch fixes the issue. Thankyou @bdubertret !

@johncant
Copy link

johncant commented Feb 3, 2017

Tested on python 3.6

@avram avram merged commit 3502bb4 into scopely-devops:develop Feb 4, 2017
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