function/virus-scanner.py [113:126]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            tag_response = s3_client.put_object_tagging(
                Bucket=bucket,
                Key=key,
                # versionId=version,
                Tagging={'TagSet': [
                    {
                        'Key': 'ScanStatus',
                        'Value': 'Error'
                    },
                    {
                        'Key': 'Tainted',
                        'Value': 'Unknown'
                    },
                ]})
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



function/virus-scanner.py [130:143]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        tag_response = s3_client.put_object_tagging(
            Bucket=bucket,
            Key=key,
            # versionId=version,
            Tagging={'TagSet': [
                {
                    'Key': 'ScanStatus',
                    'Value': 'Error'
                },
                {
                    'Key': 'Tainted',
                    'Value': 'Unknown'
                },
            ]})
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



