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:
parent
da2a4adc30
commit
d496bcd266
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue