Merge pull request 'doc: update on k2v inclusion in builds' (#1513) from vincent/garage:main-v2 into main-v2

Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1513
This commit is contained in:
maximilien
2026-08-23 19:57:51 +00:00
+5 -6
View File
@@ -8,12 +8,11 @@ which is an alternative storage API designed to help efficiently store
many small values in buckets (in opposition to S3 which is more designed many small values in buckets (in opposition to S3 which is more designed
to store large blobs). to store large blobs).
K2V is currently disabled at compile time in all builds, as the K2V is included in release builds since version 0.8.0. Precompiled builds
specification is still subject to changes. To build a Garage version with of earlier versions including `k2v` can be found in our download page under
K2V, the Cargo feature flag `k2v` must be activated. Special builds with "Extra builds": they can be easily identified as their tag name ends with
the `k2v` feature flag enabled can be obtained from our download page under `-k2v` (example: `v0.7.2-k2v`). Otherwise, when compiling Garage, the Cargo
"Extra builds": such builds can be identified easily as their tag name ends feature flag `k2v` must be activated.
with `-k2v` (example: `v0.7.2-k2v`).
The specification of the K2V API can be found The specification of the K2V API can be found
[here](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/commit/f8be15c37db857e177d543de7be863692628d567/doc/drafts/k2v-spec.md). [here](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/commit/f8be15c37db857e177d543de7be863692628d567/doc/drafts/k2v-spec.md).