From 125225291481a7e9d383c037dc8c0fc720de48cd Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Tue, 18 Feb 2025 22:08:55 +0000 Subject: read data from S3 object path and debug log contents --- cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli.py b/cli.py index 9d003a7..974ac3c 100644 --- a/cli.py +++ b/cli.py @@ -37,6 +37,8 @@ def main(): logger.debug(data) else: logger.debug("User chose to read CSV from S3") + data = reader.read_s3(args.s3) + logger.debug(data) # Obfuscate the data based on the user's choice of PII fields obfuscated_data = obfuscate(data, args.pii) -- cgit v1.2.3