SigV4AuthProvider.prototype.newAuthenticator = function()

in lib/sigv4-auth-provider.js [95:100]


SigV4AuthProvider.prototype.newAuthenticator = function () {
  return new SigV4Authenticator({
    region: this.region,
    chain: this.chain,
  });
};