I have created a VM with openstack swift running and I have created a container with some objects. In theory, the URL to each object should be http://<IP_ADDRESS>:8080/v1/AUTH_test/images/test.txt
. However this directory does not exist so this URL will never be found.
Any ideas on how to view the objects that are stored in a container on a web browser?