From fc17a3565f5ca491ebe682605875ec22ebeb4fd7 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 27 Dec 2020 10:56:10 -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 bf47a45..aa2333e 100644 --- a/Filer-Server-API.md +++ b/Filer-Server-API.md @@ -37,7 +37,7 @@ You can append to any HTTP API with &pretty=y to see a formatted json output. ### notice * It is recommended to add retries when writing to Filer. -* `AutoChunking not supported for method PUT` so If the file length is greater than 256MB, only the previous 256MB will be saved. +* `AutoChunking` is not supported for method `PUT`. If the file length is greater than 256MB, only the leading 256MB in the `PUT` request will be saved. Examples: ```bash