perkeep/pkg/blobserver
mpl eec23f4a21 serverinit: use user-defined kv type everywhere, otherwise leveldb.
In a few places, cznic/kv use was hardcoded, instead of picking the user
set kv type, if any. This change makes sure we use the user-defined one,
if set, syndtr/leveldb otherwise.

Relatedly, the low-level config generated for diskpacked now uses that
same principle for its internal index. Also, if a diskpacked is
configured without an index, it now defaults to syndtr/leveldb.

Please note that this patch DOES NOT change the default kv type in the
automatically generated high-level config.

Related: #632

Change-Id: I55dbd385230878e92776e6b83d34c36fd1fa9382
2015-08-05 16:54:29 +02:00
..
archiver pkg: fix various vet reports 2014-11-12 23:25:53 +01:00
blobpacked blobpacked: implement blobserver.WholeRefFetcher 2015-04-13 20:38:42 +02:00
cond
dir
diskpacked serverinit: use user-defined kv type everywhere, otherwise leveldb. 2015-08-05 16:54:29 +02:00
encrypt
gethandler
google blobserver/drive: allow config file for tests 2015-05-08 19:36:39 +02:00
handlers Merge "pkg/server: decouple sign handler from UI, replace JSON maps with structs" 2015-05-25 16:52:40 +00:00
local
localdisk blob SubFetcher: explicitely states with errors the testSubFetcher constraints 2015-02-26 15:18:27 +01:00
memory blob SubFetcher: explicitely states with errors the testSubFetcher constraints 2015-02-26 15:18:27 +01:00
mongo blobserver/mongo, missing index on "key" 2014-09-20 20:23:13 +02:00
namespace
protocol
proxycache
remote
replica replica: add blobserver.WholeRefFetcher pass-through support 2015-04-13 20:38:40 +02:00
s3 blobserver/s3: implement SubFetcher 2014-10-19 16:11:54 +02:00
shard blobserver: make version of merged enumerate for both Storage and BlobEnumerator 2014-09-22 19:26:18 -04:00
stats
storagetest blob SubFetcher: explicitely states with errors the testSubFetcher constraints 2015-02-26 15:18:27 +01:00
blobhub.go
blobhub_appengine.go
blobhub_test.go
doc.go
enumerate.go
interface.go blobserver: fix errant word in comment 2015-04-13 20:38:40 +02:00
mergedenum.go blobserver: use sub-context in MergedEnumerate and Less instead of String 2014-09-22 22:06:51 -04:00
mergedenum_test.go blobserver: add MergedEnumerate tests 2014-09-22 22:06:30 -04:00
multistream.go blobserver: simplify interface more, add NewMultiBlobStreamer, storagetest func 2014-12-23 17:49:12 -08:00
multistream_test.go blobserver: simplify interface more, add NewMultiBlobStreamer, storagetest func 2014-12-23 17:49:12 -08:00
noimpl.go
receive.go
receive_test.go
registry.go
sync.go
sync_test.go