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:
parent
63f71d269b
commit
4cef2a6a97
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue