KB Article #189740
[ERROR] CFTR20E can't determine partner name for file "test.txt"
Problem
Setting up a monitoring on S3 bucket with the following details:
SCANDIR = 's3://https://aws.local:443/bucket',
WORKDIR = 's3://https://aws.local:443/bucket/work',
INCLUDEFILTER= 'test*.txt',
will generate an error when trying to monitor the bucket itself:
Error 2025/02/10 15:00:33.27 CFTR20E can't determine partner name for file "test.txt"
Resolution
We are required to add a subfolder (part of scan_dir) as the monitoring does not apply for the bucket itself:
SCANDIR = 's3://https://aws.local:443/bucket/scan_dir',