re-enable db
This commit is contained in:
parent
8f280bf52f
commit
227b362296
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,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 := false
|
||||
useDB := true
|
||||
|
||||
s3 := store.NewS3BlobStore(globalConfig.AwsID, globalConfig.AwsSecret, globalConfig.BucketRegion, globalConfig.BucketName)
|
||||
|
||||
|
|
Loading…
Reference in a new issue