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

Remove unused variable

This commit is contained in:
James Herdman 2012-05-14 15:26:02 -04:00
parent 7baeec22cc
commit a3ca181ef6

View file

@ -106,12 +106,12 @@ module Fog
def request(params)
idempotent = params.delete(:idempotent)
now = Fog::Time.now
headers = {
'Content-Type' => 'application/x-amz-json-1.0',
'x-amz-date' => Fog::Time.now.to_date_header,
'x-amz-security-token' => @aws_session_token
}.merge(params[:headers])
headers['x-amzn-authorization'] = signed_authorization_header(params, headers)
response = @connection.request({