mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
"make pull request" instead of "send push request"
parent
aa9de290c3
commit
56157dc542
|
@ -19,7 +19,7 @@ curl -F file=@/home/chris/myphoto.jpg http://localhost:9333/submit
|
|||
```
|
||||
|
||||
This API is just for convenience. The master server would get an file id and store the file to the right volume server.
|
||||
It is a convenient API and does not support different parameters when assigning file id. (or you can add the support and send a push request.)
|
||||
It is a convenient API and does not support different parameters when assigning file id. (or you can add the support and make a pull request.)
|
||||
|
||||
### Delete File
|
||||
|
||||
|
|
Loading…
Reference in a new issue