mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
remove no longer used assignment
This commit is contained in:
parent
f0dfb5bccb
commit
1f0f2ac412
1 changed files with 0 additions and 1 deletions
|
@ -310,7 +310,6 @@ module Fog
|
|||
end
|
||||
end
|
||||
|
||||
method = 'POST'
|
||||
string_to_sign = "POST\n#{@host}\n/\n" << body.chop
|
||||
hmac = @hmac.update(string_to_sign)
|
||||
body << "Signature=#{CGI.escape(Base64.encode64(hmac.digest).chomp!).gsub(/\+/, '%20')}"
|
||||
|
|
Loading…
Reference in a new issue