Updated Filer Server API (markdown)

guhan121 2020-12-14 18:08:09 +08:00
parent 1e9e6b1c65
commit 108ac4ae37

@ -127,6 +127,8 @@ curl -X DELETE http://localhost:8888/path/to/a/file?tagging
| PUT | <file_url>?tagging | Prefixed with "Seaweed-" | set the meta data |
| DELETE | <file_url>?tagging | | remove all the "Seaweed-" prefixed header |
# notice
`AutoChunking not supported for method PUT` so If the file length is greater than 256MB, only the previous 256MB will be saved.
### Create an empty folder