Skip to content

Commit

Permalink
Add missing available S3 regions
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiphan committed Dec 31, 2017
1 parent 4b4c3c6 commit 9a4cedf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Helper/S3.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ public function getRegions()
'value' => 'ap-northeast-2',
'label' => 'Asia Pacific (Seoul)'
],
[
'value' => 'ap-south-1',
'label' => 'Asia Pacific (Mumbai)'
],
[
'value' => 'ap-southeast-1',
'label' => 'Asia Pacific (Singapore)'
Expand All @@ -38,6 +42,18 @@ public function getRegions()
'value' => 'ap-southeast-2',
'label' => 'Asia Pacific (Sydney)'
],
[
'value' => 'ca-central-1',
'label' => 'Canada (Central)'
],
[
'value' => 'cn-north-1',
'label' => 'China (Beijing)'
],
[
'value' => 'cn-northwest-1',
'label' => 'China (Ningxia)'
],
[
'value' => 'eu-central-1',
'label' => 'EU (Frankfurt)'
Expand All @@ -50,6 +66,10 @@ public function getRegions()
'value' => 'eu-west-2',
'label' => 'EU (London)'
],
[
'value' => 'eu-west-3',
'label' => 'EU (Paris)'
],
[
'value' => 'sa-east-1',
'label' => 'South America (Sao Paulo)'
Expand All @@ -58,6 +78,10 @@ public function getRegions()
'value' => 'us-east-1',
'label' => 'US East (N. Virginia)'
],
[
'value' => 'us-east-2',
'label' => 'US East (Ohio)'
],
[
'value' => 'us-west-1',
'label' => 'US West (N. California)'
Expand Down

0 comments on commit 9a4cedf

Please sign in to comment.