chore(s3): Update log not to duplicate it (#3255)

This commit is contained in:
Pepe Fagoaga
2024-01-10 10:00:02 +01:00
committed by GitHub
parent f82789b99f
commit b76d0153eb

View File

@@ -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