mirror of
https://github.com/distribution/distribution.git
synced 2025-07-30 22:36:16 +00:00
Update docs/content/storage-drivers/s3.md
Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com>
This commit is contained in:
parent
075b5824ce
commit
f89be31067
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user