filer: read files via GET not POST, correct me if i am wrong

Matthias Schneider 2021-03-16 13:40:15 +01:00
parent ae904efd1e
commit 9a5ec58f38

@ -80,7 +80,7 @@ For directory renaming, it will be O(N) operations, with N as the number of file
### Use Cases
Clients can assess one "weed filer" via HTTP, list files under a directory, create files via HTTP POST, read files via HTTP POST directly.
Clients can assess one "weed filer" via HTTP, list files under a directory, create files via HTTP POST, read files via HTTP GET directly.
Although one "weed filer" can only sits in one machine, you can start multiple "weed filer" on several machines, each "weed filer" instance running in its own collection, having its own namespace, but sharing the same SeaweedFS storage.