mirror of https://github.com/perkeep/perkeep.git
197819e4cb | ||
---|---|---|
.. | ||
test | ||
Makefile | ||
README | ||
camlistored.go | ||
get.go | ||
localdisk.go | ||
partitions.go | ||
preupload.go | ||
range.go | ||
range_test.go | ||
run.sh | ||
temp_testing.go | ||
test-put.pl | ||
upload-file.pl | ||
upload.go | ||
util.go |
README
The Camlistore blob server HTTP server binary. See also: - The storage interface is in lib/go/blobserver/ - The storage implementations are under that e.g. lib/go/blobserver/localdisk/ - The HTTP handlers are implemented in lib/go/blobserver/handlers/