I am listening on S3 bucket to receive import file , remote path structure is as below
<bucket>/imports - where import files will be uploaded
<bucket>/imports/processed file moved to processed on successful processing
<bucket>/imports/failed- moved if failed
通道适配器在存储区上进行递归扫描,并生成消息,说明文件已移至已处理或失败。我不希望适配器递归扫描。请指教