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 1
1
{
2
2
"variables" : {
3
- "${LATEST}" : " 3.303.2 "
3
+ "${LATEST}" : " 3.303.4 "
4
4
},
5
5
"endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
6
6
"services" : {
Original file line number Diff line number Diff line change 5
5
### Added
6
6
7
7
- AWS api-change: Added ` ap-southeast-4 ` region
8
+ - AWS api-change: Added ` ap-south-2 ` and ` eu-south-2 ` regions
8
9
9
10
## 1.1.0
10
11
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ protected function getEndpointMetadata(?string $region): array
66
66
case 'ap-northeast-2 ' :
67
67
case 'ap-northeast-3 ' :
68
68
case 'ap-south-1 ' :
69
+ case 'ap-south-2 ' :
69
70
case 'ap-southeast-1 ' :
70
71
case 'ap-southeast-2 ' :
71
72
case 'ap-southeast-3 ' :
@@ -75,6 +76,7 @@ protected function getEndpointMetadata(?string $region): array
75
76
case 'eu-central-2 ' :
76
77
case 'eu-north-1 ' :
77
78
case 'eu-south-1 ' :
79
+ case 'eu-south-2 ' :
78
80
case 'eu-west-1 ' :
79
81
case 'eu-west-2 ' :
80
82
case 'eu-west-3 ' :
You can’t perform that action at this time.
0 commit comments