0

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).

Manav Garg
  • 512
  • 1
  • 3
  • 17
  • Have you tried accessing it remotely with the curl/python client for swift at your public URL? – Jan Zerebecki Mar 03 '17 at 19:27
  • Do I need to setup passwordless ssh first ? I don't see a way of incorporating AWS credentials in the curl command – Manav Garg Mar 04 '17 at 02:17
  • You don't need AWS credentials to access a public URL. Did you enable access from the outside (public) for that EC2 VM for the port the swift API proxy is exposed on (usually the default HTTPS port 443) in AWS? – Jan Zerebecki Mar 04 '17 at 13:46

0 Answers0