Ariel Shaqed (Scolnicov)
04/07/2021, 8:25 PMlakectl
command. It uses configuration functions in config.go
, which works because viper
has a default global configuration object which is different in lakectl
and lakefs
. But at the very least it creates a dependency between pkg/config
and cmd/lakectl
.
Does anyone know why we do this? More importantly, is it OK for me to split off lakectl into another package?Ariel Shaqed (Scolnicov)
04/07/2021, 8:32 PMlogger
field. AFAICT this will crash if AWS ever tries to log something?!Ariel Shaqed (Scolnicov)
04/08/2021, 5:39 AM