Skip to content

Some functions don't have help #11

@fj-sanchez

Description

@fj-sanchez

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions