tools.py makes some assumptions about path lengths and infers a report name based on the path. This PR adds in a report name config to fix this, removes a dependency on / (or lack thereof), and cleans up some printing.
Thanks for the PR. Although I've changed it a bit. Instead of strip it should be split on /. And added some error handling if there's no file found under S3 Report Path
tools.py makes some assumptions about path lengths and infers a report name based on the path. This PR adds in a report name config to fix this, removes a dependency on
/
(or lack thereof), and cleans up some printing.