Skip to content

Commit

Permalink
Moved to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick Petzold committed Dec 26, 2024
1 parent 82f28b1 commit f7f5043
Show file tree
Hide file tree
Showing 5 changed files with 547 additions and 60 deletions.
2 changes: 1 addition & 1 deletion aws_log_parser/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def read_s3(self, bucket, prefix, endswith=None):
self.aws_client.s3_service.read_keys(
bucket,
prefix,
file_suffix=endswith if endswith else self.file_suffix,
endswith=endswith if endswith else self.file_suffix,
regex_filter=self.regex_filter,
)
)
Expand Down
Loading

0 comments on commit f7f5043

Please sign in to comment.