# File lib/aws/core/signers/version_4.rb, line 82 def signature(request, key, datetime, content_sha256) string = string_to_sign(request, datetime, content_sha256) hexhmac(key, string) end