mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Server API (markdown)
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
|
||||
|
|
Loading…
Reference in a new issue