Merge pull request #2036 from william-richard/fix-ecr-endpoints
ECR now uses api.ecr as its endpoint.
This commit is contained in:
commit
7e211eb6ea
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ from .responses import ECRResponse
|
|||
|
||||
url_bases = [
|
||||
"https?://ecr.(.+).amazonaws.com",
|
||||
"https?://api.ecr.(.+).amazonaws.com",
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue