diff options
author | wilson <wilson@noreply.localhost> | 2023-02-26 07:38:44 +0000 |
---|---|---|
committer | wilson <wilson@noreply.localhost> | 2023-02-26 07:38:44 +0000 |
commit | a15eb115c8da79ed724aea253e0ad5ec99ffbc3b (patch) | |
tree | a057e90ab6d629c32d05f9abbad3ab6074645ed0 /doc/book/reference-manual | |
parent | ae0934e018620451afc9987ca962273632f6aa29 (diff) | |
download | garage-a15eb115c8da79ed724aea253e0ad5ec99ffbc3b.tar.gz garage-a15eb115c8da79ed724aea253e0ad5ec99ffbc3b.zip |
docs: fix k2v spec link
Signed-off-by: wilson <wilson@noreply.localhost>
Diffstat (limited to 'doc/book/reference-manual')
-rw-r--r-- | doc/book/reference-manual/k2v.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/reference-manual/k2v.md b/doc/book/reference-manual/k2v.md index d40ec854..ed069b27 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/k2v/doc/drafts/k2v-spec.md). +[here](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/branch/main/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. |