I've started using the Apache libcloud library with python to allow me to talk to rackspace cloudfiles in python3 (pyrax is 2 only)
I've got this running successfully and am uploading files / creating containers etc happily.
Sadly, I appear to only be able to get the HTTP url for the items uploaded:
driver.get_object_cdn_url(obj)
This will return the HTTP url for the object I've just uploaded.
Is there a way to get the OTHER url(s) (HTTPS / Streaming etc) via this library (I can't fathom it from the documentation!)