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 1bb8dac commit e902ed6Copy full SHA for e902ed6
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Added
6
7
- AWS api-change: Added `fips-ca-central-1` and `fips-ca-west-1` regions
8
+- AWS api-change: Added `us-isof-east-1` and `us-isof-south-1` regions
9
10
## 2.3.0
11
src/SqsClient.php
@@ -948,6 +948,14 @@ protected function getEndpointMetadata(?string $region): array
948
'signService' => 'sqs',
949
'signVersions' => ['v4'],
950
];
951
+ case 'us-isof-east-1':
952
+ case 'us-isof-south-1':
953
+ return [
954
+ 'endpoint' => "https://sqs.$region.csp.hci.ic.gov",
955
+ 'signRegion' => $region,
956
+ 'signService' => 'sqs',
957
+ 'signVersions' => ['v4'],
958
+ ];
959
case 'us-isob-east-1':
960
return [
961
'endpoint' => 'https://sqs.us-isob-east-1.sc2s.sgov.gov',
0 commit comments