Skip to content

Commit

Permalink
update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
async-aws-bot committed Nov 5, 2020
1 parent 5fafb09 commit 98ae740
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{
"variables": {
"${LATEST}": "3.158.17"
"${LATEST}": "3.158.20"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
7 changes: 7 additions & 0 deletions src/Service/Ecr/src/EcrClient.php
Expand Up @@ -284,6 +284,13 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'ecr',
'signVersions' => ['v4'],
];
case 'us-isob-east-1':
return [
'endpoint' => 'https://api.ecr.us-isob-east-1.sc2s.sgov.gov',
'signRegion' => 'us-isob-east-1',
'signService' => 'ecr',
'signVersions' => ['v4'],
];
case 'us-west-1':
return [
'endpoint' => 'https://api.ecr.us-west-1.amazonaws.com',
Expand Down

0 comments on commit 98ae740

Please sign in to comment.