mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Server API (markdown)
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 |
|
| prefixed header: `Seaweed-` | example: `Seaweed-name1: value1`. Returned as `Seaweed-Name1: value1` in GET/HEAD response header. | empty |
|
||||||
|
|
||||||
### notice
|
### 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:
|
Examples:
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue