# File lib/fog/storage/aws.rb, line 58 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/storage/aws.rb, line 65 def http_url(params, expires) "http://" << host_path_query(params, expires) end
Generated with the Darkfish Rdoc Generator 2.