I’m using the python-swiftclient to connect to an OpenStack Object Store. Following some examples from the documentation I can now upload a file: This works great and I now want to create a temporary URL for that file. In the sources I found the function generate_temp_url(), which needs at least four arguments: path, seconds, key, method For the path, the