Questions tagged [amazon-s3-select]

Amazon S3 Select enables applications to retrieve only a subset of data from an Amazon S3 object by using simple SQL expressions.

See: SQL Functions - Amazon Simple Storage Service

91 questions
-1
votes
1 answer

AWS S3 - Search a specific text in nested JSON file

{ "repo": [ { "book": 47, "version": 1, "bookName": "Book1", "chapters": [ { "chapterId": 1, "chapterContents": [ …
1 2 3 4 5 6
7