in lib/aws-signature-v4.js [182:184]
function hash(string, encoding) { return crypto.createHash("sha256").update(string, "utf8").digest(encoding); }