1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

remove unused line, thanks vivienschilis

This commit is contained in:
geemus 2011-02-14 10:19:36 -08:00
parent 63f71d269b
commit 4cef2a6a97

View file

@ -99,7 +99,6 @@ module Fog
query << "AWSAccessKeyId=#{@aws_access_key_id}"
query << "Signature=#{CGI.escape(signature(params))}"
query << "Expires=#{params[:headers]['Date']}"
bucket = params[:host].split('.').first
"https://#{@host}/#{params[:path]}?#{query.join('&')}"
end