mirror of
https://github.com/vbatts/imgsrv.git
synced 2025-08-02 04:10:39 +00:00
etcd: progress on etcd
Open() Create() and Delete() are there'ish. But get/set metadata is not quite right yet. And it seems that _viewing_ an uploaded object is not working. But all of the index fetching is not there yet. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
b2a0ac7a3b
commit
56ccafefa9
6 changed files with 195 additions and 10 deletions
|
@ -15,6 +15,7 @@ type Config struct {
|
|||
MongoDbName string // mongoDB db name, if different than 'filesrv' (server)
|
||||
MongoUsername string // mongoDB username, if any (server)
|
||||
MongoPassword string // mongoDB password, if any (server)
|
||||
EtcdEndpoints string
|
||||
|
||||
RemoteHost string // imgsrv server to push files to (client)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue