Package org.apache.druid.common.aws
Class LazyFileSessionCredentialsProvider
- java.lang.Object
-
- org.apache.druid.common.aws.LazyFileSessionCredentialsProvider
-
- All Implemented Interfaces:
com.amazonaws.auth.AWSCredentialsProvider
public class LazyFileSessionCredentialsProvider extends Object implements com.amazonaws.auth.AWSCredentialsProvider
-
-
Constructor Summary
Constructors Constructor Description LazyFileSessionCredentialsProvider(AWSCredentialsConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.amazonaws.auth.AWSCredentialsgetCredentials()voidrefresh()
-
-
-
Constructor Detail
-
LazyFileSessionCredentialsProvider
public LazyFileSessionCredentialsProvider(AWSCredentialsConfig config)
-
-