Skip to content

Commit

Permalink
Add a note regarding redirects to pre-signed URLs (distribution#4466)
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgajdos authored Sep 19, 2024
2 parents 2314320 + 63cfb18 commit b746186
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/storage-drivers/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit b746186

Please sign in to comment.