Comment 3 for bug 1537811

Revision history for this message
clayg (clay-gerrard) wrote :

$ curl -H "x-auth-token: $OS_AUTH_TOKEN" $OS_STORAGE_URL/foo -v
* Hostname was NOT found in DNS cache
* Trying 127.0.1.1...
* Connected to saio (127.0.1.1) port 8080 (#0)
> GET /v1/AUTH_test/foo HTTP/1.1
> User-Agent: curl/7.35.0
> Host: saio:8080
> Accept: */*
> x-auth-token: AUTH_XXX
>
< HTTP/1.1 204 No Content
< Content-Length: 0
< X-Container-Object-Count: 0
< Accept-Ranges: bytes
< X-Storage-Policy: default
< X-Container-Bytes-Used: 0
< X-Timestamp: 1453849919.83459
< Content-Type: text/html; charset=UTF-8
< X-Trans-Id: txd3c1ae214ee3488b8ae36-0056b10860
< Date: Tue, 02 Feb 2016 19:49:52 GMT
<
* Connection #0 to host saio left intact