ECR now uses api.ecr as its endpoint.
This changed in botocore 1.12.85. See b5fa8a5139
This fixes https://github.com/spulec/moto/issues/2035
This commit is contained in:
parent
850496f29a
commit
935039d684
@ -3,6 +3,7 @@ from .responses import ECRResponse
|
||||
|
||||
url_bases = [
|
||||
"https?://ecr.(.+).amazonaws.com",
|
||||
"https?://api.ecr.(.+).amazonaws.com",
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
|
Loading…
Reference in New Issue
Block a user