openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #24324
curl with swift
Hello everyone,
I am looking to do some testing on being able to retrieve data object from a swift server on a Instance that does not have anything but curl. Any suggestions?
I am using this command now but I get not auth to get this object.
Thanks,
Remo
curl -X GET \
-H "X-Auth-Token: 813c6eef9f474e7f860ef42dcaeeb53b" \
http://192.168.235.113:8080/v1/AUTH_9ffeae726f33436b9e0796d31f85f730/remo.pen > Remo.pem
Follow ups