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

Boto 1.36.0 release breaks sns_extended_client #20

Closed
talsalmona opened this issue Jan 17, 2025 · 2 comments · Fixed by #21
Closed

Boto 1.36.0 release breaks sns_extended_client #20

talsalmona opened this issue Jan 17, 2025 · 2 comments · Fixed by #21

Comments

@talsalmona
Copy link

I'm using sns_extended_client for a while now with no issues.
Upgrading to boto 1.36.0 breaks with the following message:

Error creating dataset: An error occurred (SignatureDoesNotMatch) when calling the PutObject operation: The request signature we calculated does not match the signature you provided. Check your key and signing method

Downgrading to 1.35.99 works as normal.

I think that this is related to a change in boto3 documented here: boto/boto3#4392

@eyurchuk
Copy link

eyurchuk commented Jan 19, 2025

Proposed a solution in boto/boto3#4400

@tstadel
Copy link

tstadel commented Feb 3, 2025

@talsalmona Looks like botocore 1.36.11 fixed it. Tested against region eu-central-1:

boto/botocore#3360 (from 1.36.11 on) together with boto/botocore#3351 (from 1.36.7 on) seem to be the PRs that fixes it for us.

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 a pull request may close this issue.

3 participants