Skip to content

Instantly share code, notes, and snippets.

@davepacheco
Created November 7, 2013 16:57
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 davepacheco/c49d2d460a76d82e09dd to your computer and use it in GitHub Desktop.
Save davepacheco/c49d2d460a76d82e09dd to your computer and use it in GitHub Desktop.
dap@sharptooth ~ $ mput -f /usr/share/dict/words /dap/public/tst
/dap/public/tst [===========================>] 100% 2.38MB
dap@sharptooth ~ $ curl -I https://us-east.manta.joyent.com/dap/public/tst
HTTP/1.1 200 OK
Connection: close
Etag: b0346afe-08c5-4ecc-84d2-88af3ed866e6
Last-Modified: Thu, 07 Nov 2013 16:56:08 GMT
access-control-allow-origin: *
Content-MD5: LPGjW5wFFT03oe50ZYk74w==
Durability-Level: 2
Content-Length: 2493109
Content-Type: application/octet-stream
Date: Thu, 07 Nov 2013 16:56:24 GMT
Server: Manta
x-request-id: 88df7320-47cd-11e3-9981-b7eed5b097af
x-response-time: 12
x-server-name: 02d02889-cd80-4ac1-bc0c-4775b86661e4
dap@sharptooth ~ $ mput -H 'content-type: text/plain; charset=utf-8' -f /usr/share/dict/words /dap/public/tst
/dap/public/tst [===========================>] 100% 2.38MB
dap@sharptooth ~ $ curl -I https://us-east.manta.joyent.com/dap/public/tst
HTTP/1.1 200 OK
Connection: close
Etag: 9a4fd8f3-f8d0-4a5c-fce3-fa17cfd12250
Last-Modified: Thu, 07 Nov 2013 16:56:41 GMT
access-control-allow-origin: *
Content-MD5: LPGjW5wFFT03oe50ZYk74w==
Durability-Level: 2
Content-Length: 2493109
Content-Type: text/plain; charset=utf-8
Date: Thu, 07 Nov 2013 16:56:44 GMT
Server: Manta
x-request-id: 94da2940-47cd-11e3-939d-0f1d0658b525
x-response-time: 10
x-server-name: 02d02889-cd80-4ac1-bc0c-4775b86661e4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment