File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
33## NOT RELEASED
44
5+ ### Added
6+
7+ - AWS api-change: Added ` us-isob-east-1 ` region.
8+
59## 1.2.1
610
711### Changed
Original file line number Diff line number Diff line change 2828 },
2929 "extra" : {
3030 "branch-alias" : {
31- "dev-master" : " 1.2 -dev"
31+ "dev-master" : " 1.3 -dev"
3232 }
3333 }
3434}
Original file line number Diff line number Diff line change @@ -245,6 +245,13 @@ protected function getEndpointMetadata(?string $region): array
245245 'signService ' => 'firehose ' ,
246246 'signVersions ' => ['v4 ' ],
247247 ];
248+ case 'us-isob-east-1 ' :
249+ return [
250+ 'endpoint ' => 'https://firehose.us-isob-east-1.sc2s.sgov.gov ' ,
251+ 'signRegion ' => 'us-isob-east-1 ' ,
252+ 'signService ' => 'firehose ' ,
253+ 'signVersions ' => ['v4 ' ],
254+ ];
248255 }
249256
250257 return [
You can’t perform that action at this time.
0 commit comments