@InterfaceAudience.Public @InterfaceStability.Stable public class SimpleAWSCredentialsProvider extends Object implements software.amazon.awssdk.auth.credentials.AwsCredentialsProvider
| Constructor and Description |
|---|
SimpleAWSCredentialsProvider(URI uri,
org.apache.hadoop.conf.Configuration conf)
Build the credentials from a filesystem URI and configuration.
|
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.auth.credentials.AwsCredentials |
resolveCredentials() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final String NAME
public SimpleAWSCredentialsProvider(URI uri, org.apache.hadoop.conf.Configuration conf) throws IOException
uri - FS URIconf - configuration containing secrets/references to.IOException - failureCopyright © 2008–2024 Apache Software Foundation. All rights reserved.