Amazon S3 Select Is Generally Available (April 2018)
aws.amazon.comLink 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'