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 d5586c8 commit e49bfb5Copy full SHA for e49bfb5
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Added
6
+
7
+- AWS api-change: Added `us-iso-west-1` region
8
9
## 1.2.1
10
11
### Fixed
src/CodeDeployClient.php
@@ -93,6 +93,7 @@ protected function getEndpointMetadata(?string $region): array
93
'signVersions' => ['v4'],
94
];
95
case 'us-iso-east-1':
96
+ case 'us-iso-west-1':
97
return [
98
'endpoint' => "https://codedeploy.$region.c2s.ic.gov",
99
'signRegion' => $region,
0 commit comments