Updated Filer Server API (markdown)

Chris Lu 2020-12-27 10:56:10 -08:00
parent 0db42880b6
commit fc17a3565f

@ -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