diff options
| author | Nick White <git@njw.name> | 2021-07-12 16:47:09 +0100 | 
|---|---|---|
| committer | Nick White <git@njw.name> | 2021-07-12 16:47:09 +0100 | 
| commit | b8533faf24f2bf5247f28848459f9b7af77e61b3 (patch) | |
| tree | ddfc1e1382f3baf3b8f84a61281056746fec48a5 /cloudsettings.go | |
| parent | 72e7949b8ce84bb0742b977c3827fda6ca0a752e (diff) | |
Add test for upAndQueue function
This involved adding a test queue, so it can be run safely without
intefering with the pipeline.
Diffstat (limited to 'cloudsettings.go')
| -rw-r--r-- | cloudsettings.go | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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. | 
