From 913a6023459700e213eb0b03bb262555fc2710f5 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 7 Apr 2020 12:54:07 +0100 Subject: Improve documentation --- aws.go | 1 + 1 file changed, 1 insertion(+) (limited to 'aws.go') diff --git a/aws.go b/aws.go index 2015d9c..70189ea 100644 --- a/aws.go +++ b/aws.go @@ -450,6 +450,7 @@ func (a *AwsConn) Log(v ...interface{}) { } // mkpipeline sets up necessary buckets and queues for the pipeline +// TODO: also set up the necessary security group and iam stuff func (a *AwsConn) MkPipeline() error { buckets := []string{storageWip} queues := []string{queuePreProc, queueWipeOnly, queueAnalyse, queueOcrPage} -- cgit v1.2.1-24-ge1ad