Enable AWSLambda and STS mocking for AWS China regions/endpoints (#3574)
Fixes #3570
This commit is contained in:
parent
1a98c4f14a
commit
d712a98ce1
4 changed files with 18 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
from .responses import TokenResponse
|
||||
|
||||
url_bases = ["https?://sts(.*).amazonaws.com"]
|
||||
url_bases = ["https?://sts(.*).amazonaws.com(|.cn)"]
|
||||
|
||||
url_paths = {"{0}/$": TokenResponse.dispatch}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue