Closed mcortesi closed 1 month ago
To avoid user confussion, check that variables are not nil before adding them to potential sources.
If not, they will when we actually try to use them
This is because populateTargets() accepts redis and s3 variables to be nil.
populateTargets()
redis
s3
nil
To avoid user confussion, check that variables are not nil before adding them to potential sources.
If not, they will when we actually try to use them
This is because
populateTargets()
acceptsredis
ands3
variables to benil
.