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
cf.: https://github.com/rackspace/pyrax/blob/master/pyrax/object_storage.py#L914
If get_account_headers returns something like:
get_account_headers
{'X_Account_Meta_Temp_Url_Key': 'XXXX'}
Then the returned value remains the same instead of:
{'temp_url_key': 'XXXX'}
I think this line should be ..:
cleaned = lowkey.replace(low_prefix, "").replace("-", "_")
.. and be covered by the tests (cf.: https://github.com/rackspace/pyrax/blob/master/tests/unit/test_object_storage.py#L829)
I hope to do a PR soon if not resolved sooner ;)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cf.: https://github.com/rackspace/pyrax/blob/master/pyrax/object_storage.py#L914
If
get_account_headers
returns something like:Then the returned value remains the same instead of:
I think this line should be ..:
.. and be covered by the tests (cf.: https://github.com/rackspace/pyrax/blob/master/tests/unit/test_object_storage.py#L829)
I hope to do a PR soon if not resolved sooner ;)
The text was updated successfully, but these errors were encountered: