Example usage for Java com.amazonaws.auth PropertiesCredentials fields, constructors, methods, implement or subclass
The text is from its open source code.
PropertiesCredentials(File file) Reads the specified file as a Java properties file and extracts the AWS access key from the "accessKey" property and AWS secret access key from the "secretKey" property. | |
PropertiesCredentials(InputStream inputStream) Reads the specified input stream as a stream of Java properties file content and extracts the AWS access key ID and secret access key from the properties. |
String | getAWSAccessKeyId() |
String | getAWSSecretKey() |