So, i have deployed Swift Object Storage on an EC2 VM. I am able to access the objects using curl/python client for swift from the same VM.
However, I am not sure how to access the same remotely using the public URL for my swift deployment.
On browsing, I came across swift3 (https://github.com/openstack/swift3), but I am not sure how to configure this and whether this is even applicable in my case (As I am not using S3 but only using EC2).