# File lib/fog/atmos/storage.rb, line 98 def sign(string) value = @hmac.sign(string) Base64.encode64( value ).chomp() end