Update S3Gateway to add us-west-2

This commit is contained in:
Vinod Chandru 2013-03-31 18:12:12 -07:00
parent 4ce0180eb3
commit a57a9e23f1
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ public class S3Gateway extends BlobStoreGateway {
region = "us-west-1";
} else if ("us-west-1".equals(regionSetting.toLowerCase())) {
region = "us-west-1";
} else if ("us-west-2".equals(regionSetting.toLowerCase())) {
region = "us-west-2";
} else if ("ap-southeast".equals(regionSetting.toLowerCase())) {
region = "ap-southeast-1";
} else if ("ap-southeast-1".equals(regionSetting.toLowerCase())) {