mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-18 12:30:46 +02:00
Updated Filer Server API (markdown)
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user