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

[s3] fix disabling cloudfront signing with class variable #1334

Conversation

terencehonles
Copy link
Contributor

This change fixes setting cloudfront_signer=None as a class variable to disable cloudfront signing (or passing a custom implementation), and is a follow up to #1326

This change fixes setting ``cloudfront_signer=None`` as a class variable
to disable cloudfront signing (or passing a custom implementation), and
is a follow up to jschneier#1326
@terencehonles
Copy link
Contributor Author

I tried to quickly look through the documentation to confirm this pattern is expected, but it brings the behavior inline with #1326 and also how this code previously behaved. An alternative for us is to overload the __init__ and specify this manually, but hopefully this change is reasonable.

@jschneier jschneier merged commit 1a22b32 into jschneier:master Nov 23, 2023
15 checks passed
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.

None yet

2 participants