Partial Text Search on S3 Bucket

I have a s3 bucket with close to 10000 images . For ex AA950CBN_1.jpg, AA950CBN_2.jpg, AA950CBN_3.jpg, AA950LBN_1.jpg, AA950LBN_2.jpg,etc. My requirement is to search S3 buckets using the search string & return the file names of S3 buckets that match the search string. For ex: Search String “AA950LBN” must return file names AA950CBN_1.jpg, AA950CBN_2.jpg, AA950CBN_3.jpg. Whats the best recommended solution to achieve this using n8n?

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Siva_Manickam :wave: I’m not very familiar with S3, but I believe it doesn’t have indexed searching. Maybe you could try with Prefixes? ListBucket (SOAP API) - Amazon Simple Storage Service

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.