We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2515097 + 5b7cf28 commit 3b96cb4Copy full SHA for 3b96cb4
modules/logging-loki-storage-aws.adoc
@@ -26,7 +26,7 @@ $ oc create secret generic logging-loki-aws \ #<1>
26
--from-literal=endpoint="<aws_bucket_endpoint>" \
27
--from-literal=access_key_id="<aws_access_key_id>" \
28
--from-literal=access_key_secret="<aws_access_key_secret>" \
29
- --from-literal=region="<aws_region_of_your_bucket>"
+ --from-literal=region="<aws_region_of_your_bucket>" \
30
--from-literal=forcepathstyle="true" # <2>
31
----
32
<1> `logging-loki-aws` is the name of the secret.
0 commit comments