Hey everyone,
So, I have a working S3 object that reads and returns all files in a bucket. I structured in a way that this bucket has 5 folders. Something like: folder1/folder2/folder3/folder3/folder4/folder5.
Now, I want to write a code that returns files up to folder4. But when I insert in the "Prefix to filter results", the contents up to folder4 (folder1/folder2/folder3/folder3/folder4), it returns also files of folder5. How can I solver that? I'm trying to write code in the "Transform results" section, but not sure if that is the right place also.
Thank you!