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