summaryrefslogtreecommitdiff
path: root/objectstore/memory_backend.go
AgeCommit message (Collapse)Author
2022-02-10Adapt memory backend to the new interfacePablo M. Bermudo Garay
The introduction of the file backend required some breaking changes to the interface between the http server and the backends. This commit adapts the memory backend to the new interface.
2022-02-10Add proactive de-duplication to the memory backendPablo M. Bermudo Garay
2022-02-10Delete empty bucketsPablo M. Bermudo Garay
2022-02-10Add mutex to the memory backendPablo M. Bermudo Garay
Avoid potential problems due to concurrent access to the backend.
2022-02-10Refactor memory backendPablo M. Bermudo Garay
Simplify code path returning errors earlier.
2022-02-10Initial commitPablo M. Bermudo Garay
Basic in-memory object store.