Updated Filer Server API (markdown)

Chris Lu 2022-03-16 23:33:51 -07:00
parent 2d3458234f
commit ae1e033123

@ -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 | true |
| ensureParentDir | need to ensure parent directory exists. Disable this can avoid one metadata API call, reducing network latency. | true |
| 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 |