From d61f7c892ff91017182b1cce56a5c16543347e67 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Wed, 3 Jul 2019 15:41:12 -0400 Subject: [PATCH] off --- cmd/reflector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/reflector.go b/cmd/reflector.go index a675d5a..37a2a04 100644 --- a/cmd/reflector.go +++ b/cmd/reflector.go @@ -39,7 +39,7 @@ func reflectorCmd(cmd *cobra.Command, args []string) { // flip this flag to false when doing db maintenance. uploads will not work (as reflector server wont be running) // but downloads will still work straight from s3 - useDB := true + useDB := false var reflectorServer *reflector.Server var blobStore store.BlobStore = s3