HACKER Q&A
📣 rppz

Filtering/Searching S3 Objects


Hello everyone,

I am developing an electronic document management system and will use Minio for the storage which is S3 compatible.

I wish it to not be coupled with a separate database, but it seems that you can only retrieve S3 objects with their bucket-name and object-key.

Apparently, you can not use tags to search/filter objects. I am looking at a possible solution using prefix but not sure yet if it will fit my need.

I am quite junior and would be glad to hear how did you go about solving a similar problem.

Thank you !


  👤 brodouevencode Accepted Answer ✓
The AWS s3API has a querying capability https://docs.aws.amazon.com/cli/latest/reference/s3api/list-...