s3: Add ap-northeast-2 (Seoul) and ap-south-1 (Mumbai) regions - fixes #567

This commit is contained in:
Nick Craig-Wood 2016-07-06 11:14:59 +01:00
parent b394431f18
commit 2a1d4b7563
1 changed files with 12 additions and 0 deletions

View File

@ -90,6 +90,12 @@ func init() {
}, {
Value: "ap-northeast-1",
Help: "Asia Pacific (Tokyo) Region\nNeeds location constraint ap-northeast-1.",
}, {
Value: "ap-northeast-2",
Help: "Asia Pacific (Seoul)\nNeeds location constraint ap-northeast-2.",
}, {
Value: "ap-south-1",
Help: "Asia Pacific (Mumbai)\nNeeds location constraint ap-south-1.",
}, {
Value: "sa-east-1",
Help: "South America (Sao Paulo) Region\nNeeds location constraint sa-east-1.",
@ -130,6 +136,12 @@ func init() {
}, {
Value: "ap-northeast-1",
Help: "Asia Pacific (Tokyo) Region.",
}, {
Value: "ap-northeast-2",
Help: "Asia Pacific (Seoul)",
}, {
Value: "ap-south-1",
Help: "Asia Pacific (Mumbai)",
}, {
Value: "sa-east-1",
Help: "South America (Sao Paulo) Region.",