Skip to content

Commit aec091d

Browse files
authored
Update Main.java
1 parent dd32c6c commit aec091d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/Main.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public class Main {
3131
static final String DEFAULT_VALID_PATH = "./test/file3.txt";
3232

3333
public static void main(String[] args) {
34+
System.out.println("AWS Sample for Code Guru demonstration");
3435
AWSCredentials creds =
3536
getCreds(myKeyId, mySecretKey);
3637
System.out.println(creds.getAWSSecretKey());

0 commit comments

Comments
 (0)