I am utilizing the S3 load component to fetch data from an S3 bucket. I have specified a specific pattern, to load only "allway-api-loan-data_timestamp.csv," files with that exact pattern. However, I have observed that S3 is loading files even if they start with "all-api-loan-data_timestamp." rather than the expected pattern.
Here is the Pattern : allways.*.csv
Could you please confirm if the issue lies with the pattern? S3 should not load files with different names or prefixes.