function formatXAmzCred()

in lib/sigv4-auth-signature.js [124:126]


function formatXAmzCred(accessKeyId, scope) {
  return `X-Amz-Credential=${accessKeyId}%2F${encodeURIComponent(scope)}`;
}