public final class V2Migration extends Object
in HADOOP-18382. Upgrade AWS SDK to V2 - Prerequisites, this class contained a series of `LogExactlyOnce` loggers to warn on the first use of a feature which would change incompatibly; this shipped in Hadoop 3.3.5.
With the move to v2 completed, attempts to use the v1 classes, will fail -except for the special case of support for v1 credential providers.
The warning methods are still present, where appropriate, but downgraded to debug and only retained for debugging migration issues.
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
SDK_V2_UPGRADE_LOG |
Modifier and Type | Method and Description |
---|---|
static void |
v1RequestHandlersUsed(String handlers)
Notes use of request handlers.
|
public static void v1RequestHandlersUsed(String handlers)
handlers
- handlers declaredCopyright © 2008–2024 Apache Software Foundation. All rights reserved.