mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Update aws.rb
Add missing region - Asia Pacific (Jakarta)
This commit is contained in:
parent
8850a39807
commit
0d26eefef3
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ module Fog
|
|||
'ap-east-1',
|
||||
'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3',
|
||||
'ap-south-1',
|
||||
'ap-southeast-1', 'ap-southeast-2',
|
||||
'ap-southeast-1', 'ap-southeast-2', 'ap-southeast-3',
|
||||
'ca-central-1',
|
||||
'cn-north-1',
|
||||
'cn-northwest-1',
|
||||
|
|
Loading…
Reference in a new issue