Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created April 2, 2014 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmyname/185edb46b169c5fe4345 to your computer and use it in GitHub Desktop.
Save notmyname/185edb46b169c5fe4345 to your computer and use it in GitHub Desktop.
john@europa:~$ curl -i -H "X-Auth-Token: AUTH_tk39b2d775c6454143baa321f5a87fb7f9" http://saio:8080/v1/AUTH_test
HTTP/1.1 200 OK
Content-Length: 2
Accept-Ranges: bytes
X-Timestamp: 1396473980.26232
X-Account-Bytes-Used: 0
X-Account-Container-Count: 1
Content-Type: text/plain; charset=utf-8
X-Account-Object-Count: 0
X-Trans-Id: tx12adcebf3dbd46f588c79-00533c8b20
Date: Wed, 02 Apr 2014 22:11:44 GMT
c
john@europa:~$ curl -i -H "X-Auth-Token: AUTH_tk39b2d775c6454143baa321f5a87fb7f9" http://saio:8080/v1/AUTH_test/container -XPUT
HTTP/1.1 201 Created
Content-Length: 0
Content-Type: text/html; charset=UTF-8
X-Trans-Id: tx9a1cb703c70549229da4e-00533c8b2e
Date: Wed, 02 Apr 2014 22:11:58 GMT
john@europa:~$ curl -i -H "X-Auth-Token: AUTH_tk39b2d775c6454143baa321f5a87fb7f9" http://saio:8080/v1/AUTH_test
HTTP/1.1 200 OK
Content-Length: 12
Accept-Ranges: bytes
X-Timestamp: 1396473980.25930
X-Account-Bytes-Used: 0
X-Account-Container-Count: 2
Content-Type: text/plain; charset=utf-8
X-Account-Object-Count: 0
X-Trans-Id: tx9868ca821ea140a18656b-00533c8b30
Date: Wed, 02 Apr 2014 22:12:00 GMT
c
container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment