For internal use only.
100101102103104105106107108109
log.warn("Attempting to re-send the request to " + bucketEndpoint.getHost() + " with AWS V4 authentication. " + "To avoid this warning in the future, " + V4_REGION_WARNING); return new AuthRetryParameters(v4Signer, bucketEndpoint); } return null; }