From 0db42880b6dc5a812c64277dda525d0739199f2d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 27 Dec 2020 10:55:00 -0800 Subject: [PATCH] Updated Filer Server API (markdown) --- Filer-Server-API.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Filer-Server-API.md b/Filer-Server-API.md index 10535b8..bf47a45 100644 --- a/Filer-Server-API.md +++ b/Filer-Server-API.md @@ -36,7 +36,8 @@ You can append to any HTTP API with &pretty=y to see a formatted json output. | prefixed header: `Seaweed-` | example: `Seaweed-name1: value1`. Returned as `Seaweed-Name1: value1` in GET/HEAD response header. | empty | ### notice -`AutoChunking not supported for method PUT` so If the file length is greater than 256MB, only the previous 256MB will be saved. +* 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. Examples: ```bash