@InterfaceAudience.Public @InterfaceStability.Stable @Deprecated public class SimpleAWSCredentialsProvider extends Object implements com.amazonaws.auth.AWSCredentialsProvider
| Constructor and Description |
|---|
SimpleAWSCredentialsProvider(URI uri,
org.apache.hadoop.conf.Configuration conf)
Deprecated.
Build the credentials from a filesystem URI and configuration.
|
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.auth.AWSCredentials |
getCredentials()
Deprecated.
|
void |
refresh()
Deprecated.
|
String |
toString()
Deprecated.
|
public 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 - failurepublic com.amazonaws.auth.AWSCredentials getCredentials()
getCredentials in interface com.amazonaws.auth.AWSCredentialsProviderpublic void refresh()
refresh in interface com.amazonaws.auth.AWSCredentialsProviderCopyright © 2008–2023 Apache Software Foundation. All rights reserved.