AWS-Java-Samples icon indicating copy to clipboard operation
AWS-Java-Samples copied to clipboard

Remove hardcoded credentials

Open softwareengineerprogrammer opened this issue 6 years ago • 0 comments

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.