Module: Pansophy::Connection

Defined in:
lib/pansophy/connection.rb

Class Method Summary collapse

Class Method Details

.awsObject



3
4
5
6
7
# File 'lib/pansophy/connection.rb', line 3

def self.aws
  Excon.defaults[:ciphers] = 'DEFAULT'
  return env_fog if use_env_fog?
  iam_profile_fog
end