Sha256: c16825a85df87cb816336df1723d1340ec3585b2cd04b70f0ffcc1f8f9825cfb

Contents?: true

Size: 164 Bytes

Versions: 9

Compression:

Stored size: 164 Bytes

Contents

require 'aws-sdk'
require 'yaml'

config_file = 'config/aws.yaml'

if File.exists? config_file
  config = YAML.load(File.read(config_file))
  AWS.config(config)
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alephant-publisher-0.1.6 lib/alephant/env.rb
alephant-publisher-0.1.5 lib/alephant/env.rb
alephant-publisher-0.1.4 lib/alephant/env.rb
alephant-publisher-0.1.3 lib/alephant/env.rb
alephant-publisher-0.1.0 lib/alephant/env.rb
alephant-publisher-0.0.4 lib/alephant/env.rb
alephant-publisher-0.0.3 lib/alephant/env.rb
alephant-publisher-0.0.2 lib/alephant/env.rb
alephant-publisher-0.0.1 lib/alephant/env.rb