Merge remote-tracking branch 'upstream/master' into adding_iam_credentials_report

This commit is contained in:
Mike Fuller 2015-02-03 09:43:55 +11:00
commit 96e5f2875d
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 = {