Add a note regarding redirects to pre-signed URLs

Signed-off-by: Mikhail f. Shiryaev <mr.felixoid@gmail.com>
This commit is contained in:
Mikhail f. Shiryaev
2024-09-18 21:18:17 +02:00
parent 2314320a70
commit 63cfb18729

View File

@@ -7,6 +7,9 @@ title: S3 storage driver
An implementation of the `storagedriver.StorageDriver` interface which uses An implementation of the `storagedriver.StorageDriver` interface which uses
Amazon S3 or S3 compatible services for object storage. 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 ## Parameters
| Parameter | Required | Description | | Parameter | Required | Description |