public final class V2Migration extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
SDK_V2_UPGRADE_LOG |
| Modifier and Type | Method and Description |
|---|---|
static void |
v1CustomSignerUsed()
Warns on use of custom signers.
|
static void |
v1DelegationTokenCredentialProvidersUsed()
Warns when v1 credential providers are used with delegation tokens.
|
static void |
v1GetObjectMetadataCalled()
Warns on use of getObjectMetadata.
|
static void |
v1ProviderReferenced(String name)
Warns on an AWS V1 credential provider being referenced directly.
|
static void |
v1S3ClientRequested()
Warns on the v1 s3 client being requested.
|
public static void v1ProviderReferenced(String name)
name - name of the credential providerpublic static void v1S3ClientRequested()
public static void v1DelegationTokenCredentialProvidersUsed()
public static void v1CustomSignerUsed()
public static void v1GetObjectMetadataCalled()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.