PropertiesFileCredentialsProvider (AWS SDK for Java (original) (raw)


public class PropertiesFileCredentialsProvider
extends Object
implements AWSCredentialsProvider
AWSCredentialsProvider implementation that loads AWS security credentials from a properties file provided on initialization.
The AWS access key ID is expected to be in the accessKey property and the AWS secret key is expected to be in thesecretKey property.