From a371abe954ce7b9ccee9f45052fce9e9e1c992e3 Mon Sep 17 00:00:00 2001 From: Easy HR Date: Tue, 9 Oct 2018 14:53:36 +0530 Subject: [PATCH] added aws Asia Pacific (Mumbai) region --- storage-s3/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/storage-s3/config.php b/storage-s3/config.php index e6e8779..cf66ab9 100644 --- a/storage-s3/config.php +++ b/storage-s3/config.php @@ -35,6 +35,7 @@ function getOptions() { 'ap-southeast-2' => 'Asia Pacific (Sydney) Region', 'ap-northeast-1' => 'Asia Pacific (Tokyo) Region', 'sa-east-1' => 'South America (Sao Paulo) Region', + 'ap-south-1' => 'Asia Pacific (Mumbai)', ), 'default' => '', )),