Skip to content

Objects not returned from S3Store.query() #786

Description

@xperrylinn

Howdy,

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

Screenshot 2023-05-14 at 10 46 50 AM

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.

Screenshot 2023-05-14 at 10 46 28 AM

I think I'm missing something about how the index attribute of the S3Store works. How do I understand what is happening here?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions