Howdy,
I'm learning how to use the S3Store and I've written an example script pictured below to test it out.

The issue that I'm facing is that when I call S3Store.query(criteria=None) on a bucket that has a document named hello_world.txt, nothing is returned. I've stepped through the source code with a debugger and I can confirm the S3 bucket has the document inside of it, however, when the source code queries the S3Store it passes the query to the S3Store's index and finds nothing.

I think I'm missing something about how the index attribute of the S3Store works. How do I understand what is happening here?
Howdy,
I'm learning how to use the S3Store and I've written an example script pictured below to test it out.
The issue that I'm facing is that when I call
S3Store.query(criteria=None)on a bucket that has a document namedhello_world.txt, nothing is returned. I've stepped through the source code with a debugger and I can confirm the S3 bucket has the document inside of it, however, when the source code queries the S3Store it passes the query to the S3Store's index and finds nothing.I think I'm missing something about how the index attribute of the S3Store works. How do I understand what is happening here?