mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add Sao Paulo server to Amazon SQS known regions
This commit is contained in:
parent
dbab97a833
commit
cb52f35309
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module Fog
|
|||
setup_credentials(options)
|
||||
@region = options[:region] || 'us-east-1'
|
||||
|
||||
unless ['ap-northeast-1', 'ap-southeast-1', 'eu-west-1', 'us-east-1', 'us-west-1', 'us-west-2'].include?(@region)
|
||||
unless ['ap-northeast-1', 'ap-southeast-1', 'eu-west-1', 'us-east-1', 'us-west-1', 'us-west-2', 'sa-east-1'].include?(@region)
|
||||
raise ArgumentError, "Unknown region: #{@region.inspect}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue