Updated Filer Server API (markdown)

Chris Lu 2021-01-21 21:47:53 -08:00
parent b996e5f3e4
commit 0262dd0917

@ -47,6 +47,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` 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.
* When appending to a file, each append will create one chunk and added to the file metadata. If there are too many small appends, there could be too many chunks. So try to keep each append size reasonably big.
Examples:
```bash