Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Updated aws sdb endpoint when using weste europe region. #337

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Updated aws sdb endpoint when using weste europe region. #337

wants to merge 2 commits into from

Conversation

smii
Copy link

@smii smii commented Jul 12, 2018

sdb endpoint is leaning on the region variable which causes problems in west europe when choosing a region endpoint other then 'eu-west-1' ,

So for example when selecting eu-west-2 as a region endpoint, the sdb connection fails because it can't connect to the (non existing) sdb.eu-west-2.amazonaws.com.

This fix makes sure when setting a eu-west-* region endpoint it will 0set the sdb endpoint to 'sdb.eu-west-1.amazonaws.com'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants