Skip to content

Instantly share code, notes, and snippets.

@dekobon
Created April 3, 2019 17:11
Show Gist options
  • Save dekobon/27ff05aa0572474000a668b94402ce63 to your computer and use it in GitHub Desktop.
Save dekobon/27ff05aa0572474000a668b94402ce63 to your computer and use it in GitHub Desktop.
$ mmkdir ~~/stor/mydir
$ minfo ~~/stor/mydir
HTTP/1.1 200 OK
last-modified: Wed, 03 Apr 2019 17:07:31 GMT
content-type: application/x-json-stream; type=directory
result-set-size: 0
date: Wed, 03 Apr 2019 17:07:38 GMT
server: Manta
x-request-id: fc18029e-0866-42e2-a96a-6fff204e8abe
x-response-time: 152
x-server-name: 4ff3f83e-23d3-49a0-986b-a6b0a881670b
connection: keep-alive
x-request-received: 1554311294412
x-request-processing-time: 561
mchattr -H 'm-my-metadata: Foo' ~~/stor/mydir
$ minfo ~~/stor/mydir
HTTP/1.1 200 OK
last-modified: Wed, 03 Apr 2019 17:09:27 GMT
m-my-metadata: Foo
content-type: application/x-json-stream; type=directory
result-set-size: 0
date: Wed, 03 Apr 2019 17:09:37 GMT
server: Manta
x-request-id: 18ff83c4-c3ac-4911-91e0-30109c14917a
x-response-time: 248
x-server-name: 39adec6c-bded-4a14-9d80-5a8bfc1121f9
connection: keep-alive
x-request-received: 1554311413301
x-request-processing-time: 646
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment