1
0
mirror of https://github.com/distribution/distribution synced 2024-12-25 15:05:51 +01:00

Add a note regarding redirects to pre-signed URLs (#4466)

This commit is contained in:
Milos Gajdos 2024-09-19 20:13:26 +01:00 committed by GitHub
commit b74618692d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 |