Updated Filer Server API (markdown)

Chris Lu 2020-12-27 10:55:00 -08:00
parent fbb4ae1895
commit 0db42880b6

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