I followed http://docs.openstack.org/developer/swift/development_saio.html URL to install openstack swift in Ubuntu 64 bit server with loopback as storage. I have the following doubts?
When I do swift upload file where (which container) will the file get stored in ? please absolute give the path in the filesystem
Will Replication occur ? If yes How does it store the objects ? How can i find multiple copies
How can i view the log of object storage ?
Can i create my own authentication mechanism without using the curl ?