From ec485d315b038223f0ff36b9e8d3d1e9a825e341 Mon Sep 17 00:00:00 2001 From: Daniel Schweighoefer Date: Mon, 19 Dec 2011 17:43:50 +0100 Subject: [PATCH] save the region in a instance variable --- lib/fog/aws/emr.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fog/aws/emr.rb b/lib/fog/aws/emr.rb index cfcce8f24..cd6d5d9d8 100644 --- a/lib/fog/aws/emr.rb +++ b/lib/fog/aws/emr.rb @@ -91,6 +91,7 @@ module Fog @port = options[:port] || 443 @scheme = options[:scheme] || 'https' @connection = Fog::Connection.new("#{@scheme}://#{@host}:#{@port}#{@path}", @persistent, @connection_options) + @region = options[:region] end def reload