mirror of https://github.com/perkeep/perkeep.git
c201c98959
Change-Id: Ifb0e80419f8712087ad9cad8214af330c7af8420 |
||
---|---|---|
.. | ||
test | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
download.go | ||
partitions.go | ||
publish.go | ||
root.go | ||
setup.go | ||
sig.go | ||
sync.go | ||
test-put.pl | ||
ui.go | ||
uploadhelper.go |
README
The Camlistore blob server HTTP server binary. See also: - The storage interface is in lib/go/camli/blobserver/ - The storage implementations are under that e.g. lib/go/camli/blobserver/localdisk/ - The HTTP handlers are implemented in lib/go/camli/blobserver/handlers/