AWS-Java-Samples
AWS-Java-Samples copied to clipboard
Remove hardcoded credentials
https://github.com/wazcov/AWS-Java-Samples/blob/773aad57df9690f4e7eb86f89c54c0cb9e93c994/src/main/java/AWS_Shared/AWSSharedUtils.java#L8
Credentials should not be in code. Make this reference a credentials file somewhere outside of the repo that the user configures, like ~/.aws/credentials.