There was an error while loading. Please reload this page.
1 parent dd32c6c commit aec091dCopy full SHA for aec091d
src/main/java/Main.java
@@ -31,6 +31,7 @@ public class Main {
31
static final String DEFAULT_VALID_PATH = "./test/file3.txt";
32
33
public static void main(String[] args) {
34
+ System.out.println("AWS Sample for Code Guru demonstration");
35
AWSCredentials creds =
36
getCreds(myKeyId, mySecretKey);
37
System.out.println(creds.getAWSSecretKey());
0 commit comments