diff --git a/modules/logging-loki-storage-aws.adoc b/modules/logging-loki-storage-aws.adoc index f2978145bbeb..8a63b371c0b7 100644 --- a/modules/logging-loki-storage-aws.adoc +++ b/modules/logging-loki-storage-aws.adoc @@ -26,7 +26,7 @@ $ oc create secret generic logging-loki-aws \ #<1> --from-literal=endpoint="" \ --from-literal=access_key_id="" \ --from-literal=access_key_secret="" \ - --from-literal=region="" + --from-literal=region="" \ --from-literal=forcepathstyle="true" # <2> ---- <1> `logging-loki-aws` is the name of the secret.