diff options
author | Nick White <git@njw.name> | 2021-08-02 10:45:53 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-08-02 10:45:53 +0100 |
commit | 4b7a4bd1b87d1dbba283e577aa03ce7e390d85d8 (patch) | |
tree | e5e7e55763cfbfd74e651a4ba5bea5b7394a93a9 /cloudsettings.go | |
parent | 5310a5e77e945debdc7bd6f149ba87fab13902db (diff) |
internal/pipeline: Add test (incomplete but working) for UploadImages
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 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" ) |