From ca1ee4ccb33784103339b4b52f8948aa0dd30263 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 11 Dec 2019 09:31:18 +0000 Subject: Use aws.go with mkpipeline too, plus fix one log.Fatal call in aws.go which should have been handled by caller --- cmd/booktopipeline/main.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmd/booktopipeline') diff --git a/cmd/booktopipeline/main.go b/cmd/booktopipeline/main.go index c52527f..264b6ab 100644 --- a/cmd/booktopipeline/main.go +++ b/cmd/booktopipeline/main.go @@ -92,8 +92,6 @@ func main() { qid = conn.PreQueueId() } - // concurrent walking upload based on example at - // https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/sdk-utilities.html verboselog.Println("Walking", bookdir) walker := make(fileWalk) go func() { -- cgit v1.2.1-24-ge1ad