From 0aedb6aa27f666684ef6da959c336571583c74d5 Mon Sep 17 00:00:00 2001 From: Guilherme Ramos Date: Thu, 8 Feb 2024 11:21:52 +1000 Subject: [PATCH] Remove datadog references --- README.md | 2 -- requirements.txt | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 4738097b..f7580500 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ extracted and the files inside scanned also - The objects tags are updated to reflect the result of the scan, CLEAN or INFECTED, along with the date and time of the scan. - Object metadata is updated to reflect the result of the scan (optional) -- Metrics are sent to [DataDog](https://www.datadoghq.com/) (optional) - Scan results are published to a SNS topic (optional) (Optionally choose to only publish INFECTED results) - Files found to be INFECTED are automatically deleted (optional) @@ -77,7 +76,6 @@ the table below for reference. | CLAMAVLIB_PATH | Path to ClamAV library files | ./bin | No | | CLAMDSCAN_PATH | Path to ClamAV clamdscan binary | ./bin/clamdscan | No | | FRESHCLAM_PATH | Path to ClamAV freshclam binary | ./bin/freshclam | No | -| DATADOG_API_KEY | API Key for pushing metrics to DataDog (optional) | | No | | AV_PROCESS_ORIGINAL_VERSION_ONLY | Controls that only original version of an S3 key is processed (if bucket versioning is enabled) | False | No | | AV_DELETE_INFECTED_FILES | Controls whether infected files should be automatically deleted | False | No | | EVENT_SOURCE | The source of antivirus scan event "S3" or "SNS" (optional) | S3 | No | diff --git a/requirements.txt b/requirements.txt index 01c63d97..66a41d03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ certifi==2018.11.29 chardet==3.0.4 -datadog==0.26.0 decorator==4.3 idna==2.8 requests==2.21