S3Scanner
S3Scanner copied to clipboard
Standardize Logging
Mainly in main.go but also add debug logging to the different modules
log.Printlnfmt.PrintlnfailOnErrorlogrus
Test with -debug flag
In main.go change printResult to take errors too instead of
if existsErr != nil {
log.Errorf("error | %s | %s", bucket.Name, existsErr.Error())
continue
}