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:
parent
dca5ed46ad
commit
15262af2fb
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ DATA
|
||||||
string_to_sign << "#{canonical_resource}"
|
string_to_sign << "#{canonical_resource}"
|
||||||
|
|
||||||
signed_string = @hmac.sign(string_to_sign)
|
signed_string = @hmac.sign(string_to_sign)
|
||||||
signature = Base64.encode64(signed_string).chomp!
|
Base64.encode64(signed_string).chomp!
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue