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

Allow keys to be encoded before usage #52

Closed
wants to merge 2 commits into from

Conversation

harlowja
Copy link

For the cases where the user wants to transparently
encode keys (say using urllib) before they are used
further allow a encoding function to be passed in that
will perform these types of activities (by default it
is the identity function).

Joshua Harlow added 2 commits August 27, 2014 20:59
For the cases where the user wants to transparently
encode keys (say using urllib) before they are used
further allow a encoding function to be passed in that
will perform these types of activities (by default it
is the identity function).
@dims
Copy link

dims commented Sep 2, 2014

We need this patch from Joshua for OpenStack Nova bug, please take a look - https://bugs.launchpad.net/nova/+bug/1354258

linsomniac added a commit that referenced this pull request Apr 18, 2023
Ported patch in #52 from @harlowja to current branch.  Added tests.

For the cases where the user wants to transparently
encode keys (say using urllib) before they are used
further allow a encoding function to be passed in that
will perform these types of activities (by default it
is the identity function).
@linsomniac
Copy link
Owner

Thank you for the patch. I've ported this to the latest code and added tests and have merged.

@linsomniac linsomniac closed this Apr 18, 2023
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.

3 participants