aws-log-parser
aws-log-parser copied to clipboard
losing information about the absolute path of files
Hi, I don't know if this behaviour is intended or not, but by asking parsed.path
we lose the information about the parsed.netloc
. Either I used your library in a wrong way, or I am missing something. But in any case, the function read_url
was not able to find my files, even though I gave it the whole path.
https://github.com/dpetzold/aws-log-parser/blob/a5c19e21e6b5c1f6ac49a8272810680378be4ca7/aws_log_parser/interface.py#L152
Thank you for the package. Simon