If a file is uploaded to AWS that has a lastModified timestamp that is older than the lastExecution time of the scheduled scan, the file is not picked up.
If a file is removed from AWS, it is not removed from the database
The remote (aws s3) directory should be compared to the locally synced database content and examined for differences.
If the file exists on S3 but not in our database, process it
if the file does not exist in S3 but is in our database, delete it
Description
lastModified
timestamp that is older than thelastExecution
time of the scheduled scan, the file is not picked up.The remote (aws s3) directory should be compared to the locally synced database content and examined for differences.