diff options
author | Nick White <git@njw.name> | 2019-12-11 09:31:18 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-12-11 09:31:18 +0000 |
commit | ca1ee4ccb33784103339b4b52f8948aa0dd30263 (patch) | |
tree | d6038aad2176c4bef6134735f0234e55b212cf05 /cmd/booktopipeline | |
parent | 844888519265ca6cf088f48640abbe55d734acc5 (diff) |
Use aws.go with mkpipeline too, plus fix one log.Fatal call in aws.go which should have been handled by caller
Diffstat (limited to 'cmd/booktopipeline')
-rw-r--r-- | cmd/booktopipeline/main.go | 2 |
1 files changed, 0 insertions, 2 deletions
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() { |