1
0
Fork 0
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:
Wesley Beary 2014-05-27 14:06:31 -05:00
commit 87aa5a64eb

View file

@ -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