widdix / aws-s3-virusscan

Antivirus for Amazon S3
https://bucketav.com/
Apache License 2.0
525 stars 127 forks source link

Tagging is not working for clean files. #65

Closed ratneswar closed 4 years ago

ratneswar commented 4 years ago

AWS Marketplace customers have access to support via email: hello@widdix.net

Hello,

Tagging [clamav-status] is not creating for clean files, I am using below details, it created only for infected test file(s).

  1. DeleteInfectedFiles --- > false
  2. TagFiles --- > true

Thanks Ratneswar

michaelwittig commented 4 years ago

Any errors in the logs? https://github.com/widdix/aws-s3-virusscan#troubleshooting

ratneswar commented 4 years ago

Thanks for quick response Michael, I am able to see tags after an hour or so, looks like some latency in tags updates on each object, may be due to the number of objects uploaded to S3, I did around 500 files. Is there any flag for enable or disable for ClamAV definition update?

michaelwittig commented 4 years ago

You can increase AutoScalingMaxSize speed up scanning if many objects are enqueued for scanning.

No, you can not disable the definition updates. This also does not seem to be a good idea?

i'm closing this since it's not a bug.