Package io.minio.credentials
Class IamAwsProvider
java.lang.Object
io.minio.credentials.EnvironmentProvider
io.minio.credentials.IamAwsProvider
- All Implemented Interfaces:
Provider
Credential provider using IAM roles
for Amazon EC2.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionIamAwsProvider(String customEndpoint, okhttp3.OkHttpClient customHttpClient) -
Method Summary
Modifier and TypeMethodDescriptionfetch()Returns a validCredentialsinstance by retrieving from credential provider service if necessary.Methods inherited from class io.minio.credentials.EnvironmentProvider
getProperty
-
Constructor Details
-
IamAwsProvider
public IamAwsProvider(@Nullable String customEndpoint, @Nullable okhttp3.OkHttpClient customHttpClient)
-
-
Method Details
-
fetch
Description copied from interface:ProviderReturns a validCredentialsinstance by retrieving from credential provider service if necessary.
-