Hacker News new | ask | show | jobs
Amazon S3 Select Is Generally Available (April 2018) (aws.amazon.com)
9 points by alouanchi 2987 days ago
2 comments

Link to relevant docs which were weirdly hard to find: https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-glacier-s...
Does this work for finding all objects in a bucket that match a criteria?

i.e. SELECT name FROM myBucket where object.name LIKE '%.log'