# File lib/fog/bin/atmos.rb, line 13 def [](service) @@connections ||= Hash.new do |hash, key| hash[key] = case key when :storage Fog::Logger.warning("Atmos[:storage] is not recommended, use Storage[:atmos] for portability") Fog::Storage.new(:provider => 'Atmos') else raise ArgumentError, "Unrecognized service: #{service}" end end @@connections[service] end
Generated with the Darkfish Rdoc Generator 2.