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