in src/main/java/software/aws/mcs/auth/SigV4AuthProvider.java [178:180]
public void onMissingChallenge(EndPoint endPoint) {
throw new AuthenticationException(endPoint, "SigV4 requires a challenge from the endpoint. None was sent");
}