mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
add new aws regions
This commit is contained in:
parent
13bda13933
commit
579ea08621
2 changed files with 2 additions and 2 deletions
|
@ -224,7 +224,7 @@ module Fog
|
|||
end
|
||||
|
||||
def self.regions
|
||||
@regions ||= ['ap-northeast-1', 'ap-southeast-1', 'ap-southeast-2', 'eu-central-1', 'eu-west-1', 'us-east-1', 'us-west-1', 'us-west-2', 'sa-east-1', 'cn-north-1', 'us-gov-west-1']
|
||||
@regions ||= ['ap-northeast-1', 'ap-northeast-2', 'ap-southeast-1', 'ap-southeast-2', 'eu-central-1', 'eu-west-1', 'us-east-1', 'us-west-1', 'us-west-2', 'sa-east-1', 'cn-north-1', 'us-gov-west-1']
|
||||
end
|
||||
|
||||
def self.validate_region!(region, host=nil)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Fog
|
||||
module AWS
|
||||
VERSION = "0.8.0"
|
||||
VERSION = "0.8.1"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue