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.
|
yield from self.read_files(parsed.path) |
Thank you for the package.
Simon
Hi, I don't know if this behaviour is intended or not, but by asking
parsed.pathwe lose the information about theparsed.netloc. Either I used your library in a wrong way, or I am missing something. But in any case, the functionread_urlwas not able to find my files, even though I gave it the whole path.aws-log-parser/aws_log_parser/interface.py
Line 152 in a5c19e2
Thank you for the package.
Simon