From 5d2b80ee7502ddc4310fb2a623457433e6cf47e1 Mon Sep 17 00:00:00 2001 From: zach rice Date: Fri, 19 Oct 2018 15:50:48 -0400 Subject: [PATCH 1/4] ... dj khaled voice: Another one --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index bf46abd..7d77241 100644 --- a/main.go +++ b/main.go @@ -12,6 +12,8 @@ const EMPTYSTR string = "" var opts *Options +const AWS_KEY = "AKIALALEMEL33243OLIAE" +const AWS_SECRET = "99432bfewaf823ec3294e231" func main() { args := os.Args[1:] From 346457ac57195262046c71c4a7c9e1259e5b3b9a Mon Sep 17 00:00:00 2001 From: zach rice Date: Sat, 20 Oct 2018 12:10:02 -0500 Subject: [PATCH 2/4] rm --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index 7d77241..b6a9813 100644 --- a/main.go +++ b/main.go @@ -12,9 +12,6 @@ const EMPTYSTR string = "" var opts *Options -const AWS_KEY = "AKIALALEMEL33243OLIAE" -const AWS_SECRET = "99432bfewaf823ec3294e231" - func main() { args := os.Args[1:] From ee24288d9306a5bb6878eb52dfa9c270a63b3c7d Mon Sep 17 00:00:00 2001 From: zach rice Date: Sat, 20 Oct 2018 12:11:25 -0500 Subject: [PATCH 3/4] add --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index b6a9813..c4be13c 100644 --- a/main.go +++ b/main.go @@ -10,6 +10,9 @@ import ( const EMPTYSTR string = "" +const AWS_KEY = "AKIALALEMEL33243OLIAE" +const AWS_SECRET = "99432bfewaf823ec3294e231" + var opts *Options func main() { From c26f07ca12d4d9e4f7cbc86d1c85d8eddd1914c9 Mon Sep 17 00:00:00 2001 From: zach rice Date: Sat, 20 Oct 2018 12:11:55 -0500 Subject: [PATCH 4/4] rm --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index c4be13c..b6a9813 100644 --- a/main.go +++ b/main.go @@ -10,9 +10,6 @@ import ( const EMPTYSTR string = "" -const AWS_KEY = "AKIALALEMEL33243OLIAE" -const AWS_SECRET = "99432bfewaf823ec3294e231" - var opts *Options func main() {