Updated Volume Server API (markdown)

Chris Lu 2020-10-25 16:53:19 -07:00
parent ae6ed170b5
commit f93f78c44c

@ -46,7 +46,7 @@ The size returned is the size stored on SeaweedFS, sometimes the file is automat
| Content-Type | use the specified content type | "application/octet-stream" |
| Content-MD5 | verify the uploaded content by MD5 | empty |
| Authorization | Json Web Token for writes issued by master | empty |
| Seaweed-xxxxx | Any key-value pair with custom `Seaweed-` prefix. All the custom key-value data are stored as json, should be less than 64KB. | empty |
| Seaweed-xxxxx | Any key-value pair with custom `Seaweed-` prefix. All the custom key-value data are stored as json, should be less than 64KB. The key will trim out the `Seaeweed-` prefix and then convert into a canonical header key. See https://golang.org/pkg/net/http/#CanonicalHeaderKey | empty |