We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was trying out this package with a very simple piece of code but I cannot get it to work as I would expect:
import boto3 from boto3_type_annotations.s3 import * bucket: Bucket = boto3.resource("s3").Bucket(self._bucket_name) found_objs = bucket.objects.filter(Prefix="dev-")
When I try to get the help from filter it doesn't show anything, what am I doing wrong?
The text was updated successfully, but these errors were encountered:
The filter objects are a bit tricky. If I remember correctly, they didn't have documentation. However, this will soon be a moot point
Sorry, something went wrong.
No branches or pull requests
I was trying out this package with a very simple piece of code but I cannot get it to work as I would expect:
When I try to get the help from filter it doesn't show anything, what am I doing wrong?
The text was updated successfully, but these errors were encountered: