From a7a80341e7828c0918cc5705a0f2ac5e342198ee Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 25 Oct 2020 09:06:23 -0700 Subject: [PATCH] Updated Volume Server API (markdown) --- Volume-Server-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Volume-Server-API.md b/Volume-Server-API.md index 1468432..df9ac5f 100644 --- a/Volume-Server-API.md +++ b/Volume-Server-API.md @@ -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 `Seaweed-` prefix | 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 |