From 4cef2a6a9730e7aeb81540b2761ea541047f7c25 Mon Sep 17 00:00:00 2001 From: geemus Date: Mon, 14 Feb 2011 10:19:36 -0800 Subject: [PATCH] remove unused line, thanks vivienschilis --- lib/fog/storage/aws.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/fog/storage/aws.rb b/lib/fog/storage/aws.rb index ce050f83e..b75536f75 100644 --- a/lib/fog/storage/aws.rb +++ b/lib/fog/storage/aws.rb @@ -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