summaryrefslogtreecommitdiff
path: root/aws.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-04-07 12:54:07 +0100
committerNick White <git@njw.name>2020-04-07 12:54:07 +0100
commit913a6023459700e213eb0b03bb262555fc2710f5 (patch)
treeff7379df6da4e477d19a06c1c8316ba55b7e8b6a /aws.go
parent9fb0842f07320d47509865c689747d2c82379f3d (diff)
Improve documentation
Diffstat (limited to 'aws.go')
-rw-r--r--aws.go1
1 files changed, 1 insertions, 0 deletions
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}