diff --git a/Helper/S3.php b/Helper/S3.php index e6ab153..0d0ad6f 100644 --- a/Helper/S3.php +++ b/Helper/S3.php @@ -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)' @@ -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)' @@ -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)' @@ -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)'