mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #2947 from gregburek/correct-ec2-api-version
Correct AWS API version to one in the past
This commit is contained in:
commit
87aa5a64eb
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ module Fog
|
|||
@region = options[:region] ||= 'us-east-1'
|
||||
@instrumentor = options[:instrumentor]
|
||||
@instrumentor_name = options[:instrumentor_name] || 'fog.aws.compute'
|
||||
@version = options[:version] || '2015-05-01'
|
||||
@version = options[:version] || '2014-05-01'
|
||||
|
||||
validate_aws_region @region
|
||||
|
||||
|
|
Loading…
Reference in a new issue