From b8533faf24f2bf5247f28848459f9b7af77e61b3 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 12 Jul 2021 16:47:09 +0100 Subject: Add test for upAndQueue function This involved adding a test queue, so it can be run safely without intefering with the pipeline. --- cloudsettings.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cloudsettings.go') diff --git a/cloudsettings.go b/cloudsettings.go index ed23d5d..fa55742 100644 --- a/cloudsettings.go +++ b/cloudsettings.go @@ -30,6 +30,7 @@ const ( queueWipeOnly = "rescribewipeonly" queueOcrPage = "rescribeocrpage" queueAnalyse = "rescribeanalyse" + queueTest = "rescribetest1" ) // Storage bucket names. Can be anything unique in S3. -- cgit v1.2.1-24-ge1ad