Hi, I need to reed a folder into the S3 using nifi. I can read all the files that the bucket has, but if I want to read a particular folder I can’t do it. For example, I have Test_bucket as S3 bucket And I have Test_bucket/folder1 And into the folder1 i have test_file.txt. and test_file2.txt
How can I do to read only the files that there are in the Test_bucket/folder1?