public Authenticator newAuthenticator()

in src/main/java/software/aws/mcs/auth/SigV4AuthProvider.java [172:175]


    public Authenticator newAuthenticator(EndPoint endPoint, String authenticator)
        throws AuthenticationException {
        return new SigV4Authenticator();
    }