Skip to content

Commit

Permalink
Merge pull request #258 from xiaozhu36/master
Browse files Browse the repository at this point in the history
add new region ap-southeast-5 and ap-south-1
  • Loading branch information
menglingwei authored Feb 27, 2018
2 parents 0d997d2 + fe3c0fe commit e620e41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/regions.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const (
APNorthEast1 = Region("ap-northeast-1")
APSouthEast2 = Region("ap-southeast-2")
APSouthEast3 = Region("ap-southeast-3")
APSouthEast5 = Region("ap-southeast-5")

APSouth1 = Region("ap-south-1")

USWest1 = Region("us-west-1")
USEast1 = Region("us-east-1")
Expand All @@ -33,7 +36,8 @@ const (
var ValidRegions = []Region{
Hangzhou, Qingdao, Beijing, Shenzhen, Hongkong, Shanghai, Zhangjiakou, Huhehaote,
USWest1, USEast1,
APNorthEast1, APSouthEast1, APSouthEast2, APSouthEast3,
APNorthEast1, APSouthEast1, APSouthEast2, APSouthEast3, APSouthEast5,
APSouth1,
MEEast1,
EUCentral1,
ShenZhenFinance, ShanghaiFinance,
Expand Down

0 comments on commit e620e41

Please sign in to comment.