|
|
|
|
|
by scarface74
2325 days ago
|
|
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. |
|
Why bother giving me a file browser if I'm supposedly not supposed to be browsing files?