We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes we define config fields like signed-url, but they have to be stored in a variable called signed_url in the code.
signed-url
signed_url
It might be convenient to just make the Config.parse_* methods case insensitive and treat hyphens and underscores as the same character.
Config.parse_*
The text was updated successfully, but these errors were encountered:
brimoor
No branches or pull requests
Sometimes we define config fields like
signed-url
, but they have to be stored in a variable calledsigned_url
in the code.It might be convenient to just make the
Config.parse_*
methods case insensitive and treat hyphens and underscores as the same character.The text was updated successfully, but these errors were encountered: