1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

let me have region on rds

This commit is contained in:
Josh Lane & Michelle Noorali 2014-12-17 15:59:45 -08:00 committed by Josh Lane
parent da2a4adc30
commit d496bcd266

View file

@ -122,6 +122,8 @@ module Fog
@data = nil
end
attr_accessor :region
def initialize(options={})
@use_iam_profile = options[:use_iam_profile]
@region = options[:region] || 'us-east-1'