From f89be310673f4d3cca39cebe4e4575b5b7450614 Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Sun, 15 Dec 2024 13:38:29 +0000 Subject: [PATCH] Update docs/content/storage-drivers/s3.md Signed-off-by: Milos Gajdos --- docs/content/storage-drivers/s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/storage-drivers/s3.md b/docs/content/storage-drivers/s3.md index efa6960c1..6f4c83f0b 100644 --- a/docs/content/storage-drivers/s3.md +++ b/docs/content/storage-drivers/s3.md @@ -44,7 +44,7 @@ Amazon S3 or S3 compatible services for object storage. `region`: The name of the aws region in which you would like to store objects (for example `us-east-1`). For a list of regions, see [Regions, Availability Zones, and Local Zones](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html). -`regionendpoint`: (optional) Endpoint URL for S3 compatible APIs, from version 3+ required to use it with option forcepathstyle = true. Given the regionendpoint overrides the domain, forcing the path style is required, see [more about](https://github.com/distribution/distribution/issues/4528). **This option should not be provided when using Amazon S3.** +`regionendpoint`: (optional) Endpoint URL for S3 compatible APIs, from version 3+ it's required to be used with `forcepathstyle: true`. Given the `regionendpoint` overrides the API host domain, forcing the path style is necessary, see [more about](https://github.com/distribution/distribution/issues/4528). **This option should not be provided when using Amazon S3.** `forcepathstyle`: (optional) Force path style for S3 compatible APIs. Some manufacturers only support force path style, while others only support DNS based bucket routing. Amazon S3 supports both. The value of this parameter applies, regardless of the region settings.