From b76d0153eb9fcddd3bb595cc3c994e48983cec1d Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 10 Jan 2024 10:00:02 +0100 Subject: [PATCH] chore(s3): Update log not to duplicate it (#3255) --- prowler/providers/aws/lib/s3/s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prowler/providers/aws/lib/s3/s3.py b/prowler/providers/aws/lib/s3/s3.py index e60b18a8..6ebb711f 100644 --- a/prowler/providers/aws/lib/s3/s3.py +++ b/prowler/providers/aws/lib/s3/s3.py @@ -27,7 +27,7 @@ def send_to_s3_bucket( else: # Compliance output mode filename = f"{output_filename}_{output_mode}{csv_file_suffix}" - logger.info(f"Sending outputs to S3 bucket {output_bucket_name}") + logger.info(f"Sending output file {filename} to S3 bucket {output_bucket_name}") # File location file_name = output_directory + "/" + filename