Hello! I'm having an issue running python apr.py YOUR_RACKSPACE_USER_NAME YOUR_API_KEY
Traceback (most recent call last): File "apr.py", line 82, in <module> uploads_container, filename, 60*60, method='PUT') File "/usr/local/lib/python2.7/site-packages/pyrax/object_storage.py", line 2384, in get_temp_url method=method, key=key, cached=cached) File "/usr/local/lib/python2.7/site-packages/pyrax/object_storage.py", line 1108, in get_temp_url raise exc.MissingTemporaryURLKey("You must set the key for " pyrax.exceptions.MissingTemporaryURLKey: You must set the key for Temporary URLs before you can generate them. This is done via the set_temp_url_key() method.
Any idea? I'm not familiar with Python or Pyrax so I may be doing something obviously wrong.
Hello! I'm having an issue running
python apr.py YOUR_RACKSPACE_USER_NAME YOUR_API_KEYTraceback (most recent call last): File "apr.py", line 82, in <module> uploads_container, filename, 60*60, method='PUT') File "/usr/local/lib/python2.7/site-packages/pyrax/object_storage.py", line 2384, in get_temp_url method=method, key=key, cached=cached) File "/usr/local/lib/python2.7/site-packages/pyrax/object_storage.py", line 1108, in get_temp_url raise exc.MissingTemporaryURLKey("You must set the key for " pyrax.exceptions.MissingTemporaryURLKey: You must set the key for Temporary URLs before you can generate them. This is done via the set_temp_url_key() method.Any idea? I'm not familiar with Python or Pyrax so I may be doing something obviously wrong.