We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9bcd7 commit 7840f16Copy full SHA for 7840f16
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Added
6
+
7
+- Added region us-isob-east-1
8
9
## 1.0.0
10
11
### Added
src/CodeDeployClient.php
@@ -96,6 +96,13 @@ protected function getEndpointMetadata(?string $region): array
96
'signService' => 'codedeploy',
97
'signVersions' => ['v4'],
98
];
99
+ case 'us-isob-east-1':
100
+ return [
101
+ 'endpoint' => "https://codedeploy.$region.sc2s.sgov.gov",
102
+ 'signRegion' => $region,
103
+ 'signService' => 'codedeploy',
104
+ 'signVersions' => ['v4'],
105
+ ];
106
case 'us-east-1-fips':
107
return [
108
'endpoint' => 'https://codedeploy-fips.us-east-1.amazonaws.com',
0 commit comments