widdix / aws-s3-virusscan

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

Why are versioned buckets not supported? #28

Closed jgrumboe closed 6 years ago

jgrumboe commented 6 years ago

Hi, thanks for this template, i appreciate it! i would like to know what's the point behind "versioned buckets are not supported"? Best regards, Johannes

michaelwittig commented 6 years ago

HI @jgrumboe it's not implemented.

jgrumboe commented 6 years ago

Hi @michaelwittig , ok, one last question: so do you mean versioned buckets cannot be used in any way or your code currently only scans the latest version and not deeper (older versions)? Thanks for your help, Johannes

michaelwittig commented 6 years ago

the latest version will be scanned. If you upoload multiple versions of the same file, chances are high that some versions are not scanned.

jgrumboe commented 6 years ago

Thx, so it suits my usecase, since timegap between version is very high in my usecase :)