Relative Content

Tag Archive for pythonamazon-s3boto3

Using multiple AWS S3 query params in a single search using Boto3

I have an application that uses s3 as storage, I use boto3 to connect to s3. There are around 600,000 files in this storage. I need to search through these files from 1 day ago, and find matches that contain a certain string. I need to perform a query for a timeframe using a date and a string (sha256 hash). How can I perform multiple queries in a single search?