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 04353b5 commit 21ef497Copy full SHA for 21ef497
src/Sts/StsClient.php
@@ -172,6 +172,20 @@ protected function getEndpointMetadata(?string $region): array
172
'signService' => 'sts',
173
'signVersions' => ['v4'],
174
];
175
+ case 'us-gov-east-1-fips':
176
+ return [
177
+ 'endpoint' => 'https://sts.us-gov-east-1.amazonaws.com',
178
+ 'signRegion' => 'us-gov-east-1',
179
+ 'signService' => 'sts',
180
+ 'signVersions' => ['v4'],
181
+ ];
182
+ case 'us-gov-west-1-fips':
183
184
+ 'endpoint' => 'https://sts.us-gov-west-1.amazonaws.com',
185
+ 'signRegion' => 'us-gov-west-1',
186
187
188
189
case 'us-west-1-fips':
190
return [
191
'endpoint' => 'https://sts-fips.us-west-1.amazonaws.com',
0 commit comments