Skip to content

aioboto3: wrong get_credentials type #360

@dacevedo12

Description

@dacevedo12

Describe the bug
aioboto3 Session.get_credentials actually returns a coroutine

>>> import aioboto3
>>> aioboto3.Session()
Session(region_name='us-east-1')
>>> aioboto3.Session().get_credentials()
<coroutine object AioSession.get_credentials at ...>
>>>

but types-aioboto3 even latest types it as a def instead of async def

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐞 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions