From 4b7a4bd1b87d1dbba283e577aa03ce7e390d85d8 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 2 Aug 2021 10:45:53 +0100 Subject: internal/pipeline: Add test (incomplete but working) for UploadImages --- cloudsettings.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cloudsettings.go') diff --git a/cloudsettings.go b/cloudsettings.go index fa55742..befb4b4 100644 --- a/cloudsettings.go +++ b/cloudsettings.go @@ -36,4 +36,5 @@ const ( // Storage bucket names. Can be anything unique in S3. const ( storageWip = "rescribeinprogress" + storageTest = "rescribetest" ) -- cgit v1.2.1-24-ge1ad