mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-17 20:10:51 +02:00
Updated Filer Server API (markdown)
+1
-1
@@ -36,7 +36,7 @@ You can append to any HTTP API with &pretty=y to see a formatted json output.
|
||||
| maxMB | max chunk size | empty |
|
||||
| mode | file mode | 0660 |
|
||||
| op | file operation, currently only support "append" | empty |
|
||||
| ensureParentDir | need to ensure parent directory exists. Disabling this can avoid one metadata API call, reducing network latency. | true |
|
||||
| skipCheckParentDir | Ensuring parent directory exists cost one metadata API call. Skipping this can reduce network latency. | false |
|
||||
| header: `Content-Type` | used for auto compression | empty |
|
||||
| header: `Content-Disposition` | used as response content-disposition | empty |
|
||||
| prefixed header: `Seaweed-` | example: `Seaweed-name1: value1`. Returned as `Seaweed-Name1: value1` in GET/HEAD response header. | empty |
|
||||
|
||||
Reference in New Issue
Block a user