Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Errors on botocore 1.12 #19

@s-sokolko

Description

@s-sokolko

After updating I get the following error:
`
init() got an unexpected keyword argument 'verify'

File "cloud/aws.py", line 22, in init
**kwargs)
File "cloud/asyncbotocore/session.py", line 78, in create_client
client_config=config, api_version=api_version)
File "botocore/client.py", line 76, in create_client
verify, credentials, scoped_config, client_config, endpoint_bridge)
File "cloud/asyncbotocore/client.py", line 30, in _get_client_args
self.http_session)
File "cloud/asyncbotocore/args.py", line 52, in get_client_args
timeout=(new_config.connect_timeout, new_config.read_timeout))
File "cloud/asyncbotocore/endpoint.py", line 197, in create_endpoint
response_parser_factory=response_parser_factory)
File "cloud/asyncbotocore/endpoint.py", line 73, in init
super().init(*args, **kw)
`
It can be reproduced when using botocore==1.12.15.
I had to rollback to botocore==1.10.40 and everything works fine.
It seems to me that pulsar-cloud is incompatible with the newest versions of botocore.

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