mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
chore(s3): Update log not to duplicate it (#3255)
This commit is contained in:
@@ -27,7 +27,7 @@ def send_to_s3_bucket(
|
|||||||
else: # Compliance output mode
|
else: # Compliance output mode
|
||||||
filename = f"{output_filename}_{output_mode}{csv_file_suffix}"
|
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 location
|
||||||
file_name = output_directory + "/" + filename
|
file_name = output_directory + "/" + filename
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user