Method: Amazon#connect_to_active_sdb
- Defined in:
- lib/cluster/infrastructures/amazon.rb
#connect_to_active_sdb(o = nil) ⇒ Object
384 385 386 387 388 |
# File 'lib/cluster/infrastructures/amazon.rb', line 384 def connect_to_active_sdb(o = nil) params = connection_params o params.delete(:region) if params[:region] =~ /^us-east/ RightAws::ActiveSdb.establish_connection key, secret, params end |