Loosen the url pattern a bit. I was seeing boto send requests to rds.amazonaws.com
This commit is contained in:
parent
8671f1e29f
commit
4f822f58e8
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from __future__ import unicode_literals
|
|||
from .responses import RDS2Response
|
||||
|
||||
url_bases = [
|
||||
"https?://rds.(.+).amazonaws.com",
|
||||
"https?://rds(.+).amazonaws.com",
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue