Hacker News new | ask | show | jobs
by shats 2328 days ago
You probably got told off because S3 isn't a file store. Asking for such a feature displays great ignorance about what the S3 service actually is.
1 comments

How would that even work on the API level efficiency given how S3 is architected? It’s clear given their optimization techniques they tell you to use that S3 is optimized for prefix style searching. That’s all they offer from the web console, the cli or the SDKs.

It would amount to retrieving everything from the S3 conceptual “index database” and doing a non optimized sort when everything is architected to search based on the key and a key prefix.

It’s far more efficient to let the client get a subset by prefix (ie “folder”) and sort/filter by other meta data client side.

The web console doesn't even do global prefix searching

Why bother giving me a file browser if I'm supposedly not supposed to be browsing files?