I am using openstack to upload an object to a container like explained here: https://docs.openstack.org/openstacksdk/latest//user/guides/object_store.html#uploading-objects
I would like to know if it is possible to programmatically know the public url of the file that I just uploaded.
I am using the python openstack sdk framework but I cannot find a method to have this with any of the endpoints that are available there.