Make RDS interface work with us-east-1 region

This commit is contained in:
Hugo Lopes Tavares 2015-02-02 16:25:40 -05:00
commit c0cbd59167
2 changed files with 21 additions and 1 deletions

View file

@ -2,7 +2,7 @@ from __future__ import unicode_literals
from .responses import RDSResponse
url_bases = [
"https?://rds.(.+).amazonaws.com",
"https?://rds(\..+)?.amazonaws.com",
]
url_paths = {