From 0a45317b3bc9fcbb177b1af5f4ea54b22b0a239b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 11 Jul 2025 13:30:03 +0200 Subject: [PATCH] doc: fix link to k2v spec --- doc/book/reference-manual/features.md | 2 +- doc/book/reference-manual/k2v.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/book/reference-manual/features.md b/doc/book/reference-manual/features.md index 481aef01..a74b1467 100644 --- a/doc/book/reference-manual/features.md +++ b/doc/book/reference-manual/features.md @@ -129,5 +129,5 @@ related to objects stored in an S3 bucket. In the context of our research project, [AƩrogramme](https://aerogramme.deuxfleurs.fr), K2V is used to provide metadata and log storage for operations on encrypted e-mail storage. -Learn more on the specification of K2V [here](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/branch/k2v/doc/drafts/k2v-spec.md) +Learn more on the specification of K2V [here](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/commit/f8be15c37db857e177d543de7be863692628d567/doc/drafts/k2v-spec.md) and on how to enable it in Garage [here](@/documentation/reference-manual/k2v.md). diff --git a/doc/book/reference-manual/k2v.md b/doc/book/reference-manual/k2v.md index c01f641e..f8e003d9 100644 --- a/doc/book/reference-manual/k2v.md +++ b/doc/book/reference-manual/k2v.md @@ -16,7 +16,7 @@ the `k2v` feature flag enabled can be obtained from our download page under with `-k2v` (example: `v0.7.2-k2v`). The specification of the K2V API can be found -[here](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/branch/main/doc/drafts/k2v-spec.md). +[here](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/commit/f8be15c37db857e177d543de7be863692628d567/doc/drafts/k2v-spec.md). This document also includes a high-level overview of K2V's design. The K2V API uses AWSv4 signatures for authentification, same as the S3 API.