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
Right now, pyrax.cloudfiles.get_temp_url_key hits you guys every single time.
This means slow page loads for me, because when I want to draw a list of links and I call get_temp_url on, say, 25 files, I do 25 network requests.
Alternate solution: let me build temp URLs by passing in all the required ingredients, and I'll cache this stuff in my app code.
Go rackspace!
The text was updated successfully, but these errors were encountered:
Added ability to cache temp_url_key. GitHub #221.
cb210f6
Also included the modified smoketest script that was left of of the random character function name change commit.
No branches or pull requests
Right now, pyrax.cloudfiles.get_temp_url_key hits you guys every single time.
This means slow page loads for me, because when I want to draw a list of links and I call get_temp_url on, say, 25 files, I do 25 network requests.
Alternate solution: let me build temp URLs by passing in all the required ingredients, and I'll cache this stuff in my app code.
Go rackspace!
The text was updated successfully, but these errors were encountered: