summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-10Add objectstore interfacePablo M. Bermudo Garay
Required to support multiple backends.
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.