Make RDS interface work with us-east-1 region
This commit is contained in:
parent
06476ccb3a
commit
c0cbd59167
2 changed files with 21 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue