in src/main/java/Main.java [49:51]
static AWSCredentials getCreds(String id, String key) { return new BasicAWSCredentials(id, key); }