Merge pull request #9516 from 0x44/new-regions

Support new AWS regions: cn-north-1, eu-central-1.
pull/4420/head
Brian Coca 2014-11-12 16:42:28 -05:00
commit 0990a71ab5
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ AWS_REGIONS = [
'ap-northeast-1', 'ap-northeast-1',
'ap-southeast-1', 'ap-southeast-1',
'ap-southeast-2', 'ap-southeast-2',
'cn-north-1',
'eu-central-1',
'eu-west-1', 'eu-west-1',
'sa-east-1', 'sa-east-1',
'us-east-1', 'us-east-1',