I have done some research trying to find out if CLI has some build in support for file scanning and didn't succeed. Hence my question. Example: I have a file example.txt and it contains string 'hello world' but also is 2GB big. I don't want all the file contents but just want to find out if it contains 'hello world'. Is this feature supported? Something like:
aws s3 contains 'text' s3://my_bucket
And I would expect the list of files that contain 'text'.