Skip to content

Commit 511382d

Browse files
committed
OSDOCS-1159 Add virtualHostedStyle parameter
1 parent a95bd70 commit 511382d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

installing/installing_aws/installing-aws-user-infra.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ include::modules/installation-operators-config.adoc[leveloffset=+1]
114114

115115
include::modules/installation-registry-storage-config.adoc[leveloffset=+2]
116116

117+
You can configure registry storage for user-provisioned infrastructure in AWS to deploy {product-title} to hidden regions. See xref:../../registry/configuring_registry_storage/configuring-registry-storage-aws-user-infrastructure.adoc#configuring-registry-storage-aws-user-infrastructure[Configuring the registry for AWS user-provisioned infrastructure] for more information.
118+
117119
include::modules/registry-configuring-storage-aws-user-infra.adoc[leveloffset=+3]
118120

119121
include::modules/installation-registry-storage-non-production.adoc[leveloffset=+3]

modules/registry-operator-configuration-resource-overview-aws-s3.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
// Module included in the following assemblies:
22
//
3-
// * openshift_images/configuring-registry-operator.adoc
3+
// * registry/configuring-registry-storage-aws-user-infrastructure.adoc
44

55
[id="registry-operator-configuration-resource-overview-aws-s3_{context}"]
66
= Image Registry Operator configuration parameters for AWS S3
77

88
The following configuration parameters are available for AWS S3 registry storage.
99

10+
`ImageRegistryConfigStorageS3` holds the information to configure the registry to use the AWS S3 service for back-end storage. See the link:https://docs.docker.com/registry/storage-drivers/s3/[S3 storage driver documentation] for more information.
11+
1012
[cols="3a,8a",options="header"]
1113
|===
1214
|Parameter |Description
@@ -23,6 +25,11 @@ set based on the installed AWS Region.
2325
|RegionEndpoint is the endpoint for S3 compatible storage services.
2426
It is optional and defaults based on the Region that is provided.
2527

28+
|`virtualHostedStyle`
29+
|VirtualHostedStyle enables using S3 virtual hosted style bucket paths with a custom RegionEndpoint. It is optional and defaults to false.
30+
31+
Set this parameter to deploy {product-title} to hidden regions.
32+
2633
|`encrypt`
2734
|Encrypt specifies whether or not the registry stores the image in encrypted format.
2835
It is optional and defaults to false.

0 commit comments

Comments
 (0)