# File lib/fog/aws/storage.rb, line 63 def cdn @cdn ||= Fog::AWS::CDN.new( :aws_access_key_id => @aws_access_key_id, :aws_secret_access_key => @aws_secret_access_key ) end
# File lib/fog/aws/storage.rb, line 70 def http_url(params, expires) "http://" << host_path_query(params, expires) end
Generated with the Darkfish Rdoc Generator 2.