Skip to content

Commit 24747ad

Browse files
authored
Adds support for ap-southeast-3 (#209)
1 parent be5b730 commit 24747ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Regions.php

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public static function available()
2323
'ap-northeast-2' => 'Asia Pacific (Seoul) (ap-northeast-2)',
2424
'ap-southeast-1' => 'Asia Pacific (Singapore) (ap-southeast-1)',
2525
'ap-southeast-2' => 'Asia Pacific (Sydney) (ap-southeast-2)',
26+
'ap-southeast-3' => 'Asia Pacific (Jakarta) (ap-southeast-3)',
2627
'ap-northeast-1' => 'Asia Pacific (Tokyo) (ap-northeast-1)',
2728
'ca-central-1' => 'Canada (Central) (ca-central-1)',
2829
// 'cn-north-1' => 'China (Beijing) (cn-north-1)',

0 commit comments

Comments
 (0)