1
0
Fork 0
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:
Vincent Batts 2017-04-07 16:01:54 -04:00
parent b2a0ac7a3b
commit 56ccafefa9
Signed by: vbatts
GPG key ID: 10937E57733F1362
6 changed files with 195 additions and 10 deletions

View file

@ -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)