Skip to content

Commit 1b0524c

Browse files
Update generated code (#1841)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent 7ec1858 commit 1b0524c

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added `us-isof-east-1` and `us-isof-south-1` regions
8+
59
## 1.8.0
610

711
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "1.8-dev"
32+
"dev-master": "1.9-dev"
3333
}
3434
}
3535
}

src/EcrClient.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@ protected function getEndpointMetadata(?string $region): array
206206
'signService' => 'ecr',
207207
'signVersions' => ['v4'],
208208
];
209+
case 'us-isof-east-1':
210+
case 'us-isof-south-1':
211+
return [
212+
'endpoint' => "https://api.ecr.$region.csp.hci.ic.gov",
213+
'signRegion' => $region,
214+
'signService' => 'ecr',
215+
'signVersions' => ['v4'],
216+
];
209217
case 'us-isob-east-1':
210218
return [
211219
'endpoint' => 'https://api.ecr.us-isob-east-1.sc2s.sgov.gov',

0 commit comments

Comments
 (0)