From e0692297440d364de97ae0357929de8246895a96 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Sun, 14 Dec 2025 13:58:08 +0200 Subject: [PATCH] docs: fix deadlink and typo (#3641) Fix the issue initially reported in https://github.com/project-zot/zot/pull/2380 Signed-off-by: Andrei Aaron --- examples/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index de618ced..642cd6b2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -805,7 +805,7 @@ In order to test the Metrics feature locally in a [Kind](https://kind.sigs.k8s.i ## Storage Drivers Beside filesystem storage backend, zot also supports S3 storage backend, check below url to see how to configure it: -- [s3 config](https://github.com/docker/docker.github.io/blob/master/registry/storage-drivers/s3.md): A driver storing objects in an Amazon Simple Storage Service (S3) bucket. +- [s3 config](https://github.com/docker/docs/blob/d0aa0fe985c1dc3e3e4235966aacad7889de911f/content/manuals/build/cache/backends/s3.md): A driver storing objects in an Amazon Simple Storage Service (S3) bucket. For an s3 zot configuration with multiple storage drivers see: [s3-config](config-s3.json). @@ -860,6 +860,7 @@ The following AWS policy is required by zot for push and pull. Make sure to repl "accesskey": "", "secretkey": "" } + } ``` There are multiple ways to specify S3 credentials besides config file: