Package io.minio.credentials
Class AwsEnvironmentProvider
java.lang.Object
io.minio.credentials.EnvironmentProvider
io.minio.credentials.AwsEnvironmentProvider
- All Implemented Interfaces:
Provider
Credential provider using Amazon AWS specific environment variables.
-
Constructor Summary
Constructors -
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
-
AwsEnvironmentProvider
public AwsEnvironmentProvider()
-
-
Method Details
-
fetch
Description copied from interface:ProviderReturns a validCredentialsinstance by retrieving from credential provider service if necessary.
-