From 2d3458234f485f167ff6a6d1773e44f587f0979a Mon Sep 17 00:00:00 2001 From: zhuqunzhou <13281440@qq.com> Date: Thu, 17 Mar 2022 14:29:11 +0800 Subject: [PATCH] Updated Filer Server API (markdown) --- Filer-Server-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer-Server-API.md b/Filer-Server-API.md index b54fe09..4fb56d3 100644 --- a/Filer-Server-API.md +++ b/Filer-Server-API.md @@ -36,7 +36,7 @@ You can append to any HTTP API with &pretty=y to see a formatted json output. | maxMB | max chunk size | empty | | mode | file mode | 0660 | | op | file operation, currently only support "append" | empty | -| ensureParentDir | need ensure parent directory exists | true | +| ensureParentDir | need to ensure parent directory exists | true | | header: `Content-Type` | used for auto compression | empty | | header: `Content-Disposition` | used as response content-disposition | empty | | prefixed header: `Seaweed-` | example: `Seaweed-name1: value1`. Returned as `Seaweed-Name1: value1` in GET/HEAD response header. | empty |