-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
fix internal botocore API usage #7086
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
Conversation
d59f6f3
to
9385166
Compare
d0cb692
to
52c36f2
Compare
Most of the issue with S3 comes from the point that they now try to strip the We can see removing the bucket from |
b2f3013
to
3358550
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 thanks for investigating and fixing
boto/botocore recently changed the endpoint detection: boto/botocore@357d5a8
These changes (which are contained in
botocore==1.28.0
) break some of the internal APIs we are using for testing and for our forwarding API (because the endpoint parameter became mandatory).This PR aims at adjusting to these changes.