24 25 26
# File 'lib/dew/cloud.rb', line 24 def compute @compute ||= Fog::Compute.new(fog_credentials.merge({:provider => 'AWS'})) end