You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I'm using sns_extended_client for a while now with no issues.
Upgrading to boto 1.36.0 breaks with the following message:
Downgrading to 1.35.99 works as normal.
I think that this is related to a change in boto3 documented here: boto/boto3#4392
The text was updated successfully, but these errors were encountered: