@InterfaceAudience.Public @InterfaceStability.Stable public class SimpleAWSCredentialsProvider extends Object implements com.amazonaws.auth.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 |
|---|---|
com.amazonaws.auth.AWSCredentials |
getCredentials() |
void |
refresh() |
String |
toString() |
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 - failureCopyright © 2008–2022 Apache Software Foundation. All rights reserved.