aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2024-06-18 12:40:32 +0000
committerAlex <alex@adnab.me>2024-06-18 12:40:32 +0000
commit070a8ad110cb75dd2df7ddc9ecbb5c814291ac89 (patch)
tree545746c4be6f9e608260c7e6c6f20695f4963675
parent770384cae1fa5999e7a973929504a152f02d59c1 (diff)
parent88c734bbd95f95a0ce7bfd1b1edee6e9dcbbaed1 (diff)
downloadgarage-070a8ad110cb75dd2df7ddc9ecbb5c814291ac89.tar.gz
garage-070a8ad110cb75dd2df7ddc9ecbb5c814291ac89.zip
Merge pull request 'doc: fix typo' (#831) from Armael/garage:typo into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/831
-rw-r--r--doc/book/design/related-work.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/design/related-work.md b/doc/book/design/related-work.md
index 6c1a6b12..84e66c4e 100644
--- a/doc/book/design/related-work.md
+++ b/doc/book/design/related-work.md
@@ -67,7 +67,7 @@ Pithos has been abandonned and should probably not used yet, in the following we
Pithos was relying as a S3 proxy in front of Cassandra (and was working with Scylla DB too).
From its designers' mouth, storing data in Cassandra has shown its limitations justifying the project abandonment.
They built a closed-source version 2 that does not store blobs in the database (only metadata) but did not communicate further on it.
-We considered there v2's design but concluded that it does not fit both our *Self-contained & lightweight* and *Simple* properties. It makes the development, the deployment and the operations more complicated while reducing the flexibility.
+We considered their v2's design but concluded that it does not fit both our *Self-contained & lightweight* and *Simple* properties. It makes the development, the deployment and the operations more complicated while reducing the flexibility.
**[Riak CS](https://docs.riak.com/riak/cs/2.1.1/index.html):**
*Not written yet*