Skip to content

Commit 3b96cb4

Browse files
authored
Merge pull request #102104 from openshift-cherrypick-robot/cherry-pick-101346-to-standalone-logging-docs-6.3
[standalone-logging-docs-6.3] [OBSDOCS-2680] Fix formatting in AWS logging configuration documentation
2 parents 2515097 + 5b7cf28 commit 3b96cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/logging-loki-storage-aws.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ oc create secret generic logging-loki-aws \ #<1>
2626
--from-literal=endpoint="<aws_bucket_endpoint>" \
2727
--from-literal=access_key_id="<aws_access_key_id>" \
2828
--from-literal=access_key_secret="<aws_access_key_secret>" \
29-
--from-literal=region="<aws_region_of_your_bucket>"
29+
--from-literal=region="<aws_region_of_your_bucket>" \
3030
--from-literal=forcepathstyle="true" # <2>
3131
----
3232
<1> `logging-loki-aws` is the name of the secret.

0 commit comments

Comments
 (0)