File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "variables" : {
3- "${LATEST}" : " 3.303.2 "
3+ "${LATEST}" : " 3.303.4 "
44 },
55 "endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
66 "services" : {
Original file line number Diff line number Diff line change 55### Added
66
77- AWS api-change: Added ` ap-southeast-4 ` region
8+ - AWS api-change: Added ` ap-south-2 ` and ` eu-south-2 ` regions
89
910## 1.1.0
1011
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ protected function getEndpointMetadata(?string $region): array
6666 case 'ap-northeast-2 ' :
6767 case 'ap-northeast-3 ' :
6868 case 'ap-south-1 ' :
69+ case 'ap-south-2 ' :
6970 case 'ap-southeast-1 ' :
7071 case 'ap-southeast-2 ' :
7172 case 'ap-southeast-3 ' :
@@ -75,6 +76,7 @@ protected function getEndpointMetadata(?string $region): array
7576 case 'eu-central-2 ' :
7677 case 'eu-north-1 ' :
7778 case 'eu-south-1 ' :
79+ case 'eu-south-2 ' :
7880 case 'eu-west-1 ' :
7981 case 'eu-west-2 ' :
8082 case 'eu-west-3 ' :
You can’t perform that action at this time.
0 commit comments