Skip to content
New issue

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

Some functions don't have help #11

Open
fj-sanchez opened this issue Jul 23, 2019 · 1 comment
Open

Some functions don't have help #11

fj-sanchez opened this issue Jul 23, 2019 · 1 comment

Comments

@fj-sanchez
Copy link

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?

@alliefitter
Copy link
Owner

The filter objects are a bit tricky. If I remember correctly, they didn't have documentation. However, this will soon be a moot point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants