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

Workaround for botocore 1.28 (round 2) #1088

Merged
merged 1 commit into from
Oct 25, 2022

Conversation

ikonst
Copy link
Contributor

@ikonst ikonst commented Oct 25, 2022

In #1083 we've started passing an endpoint_url parameter to _convert_to_request_dict due to changes made in botocore 1.28.

When a model does not specify a host, the endpoint_url would be None. To determine the actual endpoint_url in botocore ≥1.28, we must call another private method, _resolve_endpoint_ruleset.

We're not updating the release notes due to #1079 being expected to land.

This is a port of #1087.

In #1083 we've started passing an `endpoint_url` parameter to _convert_to_request_dict due to changes made in botocore 1.28.

When a model does not specify a `host`, the `endpoint_url` would be `None`. To determine the actual `endpoint_url` in botocore ≥1.28, we must call another private method, `_resolve_endpoint_ruleset`.
@ikonst ikonst changed the title Workaround for botocore 1.28 (round 2) (#1087) Workaround for botocore 1.28 (round 2) Oct 25, 2022
@ikonst ikonst merged commit 0a66d1e into master Oct 25, 2022
@ikonst ikonst deleted the 2022-10-25-_resolve_endpoint_ruleset-6.x branch October 25, 2022 18:24
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

Successfully merging this pull request may close these issues.

2 participants