From 63cfb187294612e9fc48daec929ef68ee7fc7792 Mon Sep 17 00:00:00 2001 From: "Mikhail f. Shiryaev" Date: Wed, 18 Sep 2024 21:18:17 +0200 Subject: [PATCH] Add a note regarding redirects to pre-signed URLs Signed-off-by: Mikhail f. Shiryaev --- docs/content/storage-drivers/s3.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/storage-drivers/s3.md b/docs/content/storage-drivers/s3.md index 86d765a3f..a3a89213d 100644 --- a/docs/content/storage-drivers/s3.md +++ b/docs/content/storage-drivers/s3.md @@ -7,6 +7,9 @@ title: S3 storage driver An implementation of the `storagedriver.StorageDriver` interface which uses Amazon S3 or S3 compatible services for object storage. +> **Note** When S3 storage is used, registry redirects to a pre-signed URL for the requested object. +> By not having to serve the stored images directly, this allows running registry on hosts with lightweight resource requirements. + ## Parameters | Parameter | Required | Description |