From 5b7bb89f37e09de3b322d5cb9d9edaf5447541ec Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Mon, 12 Feb 2024 10:39:42 +0100 Subject: [PATCH] docs(s3): add missing labels and fix wording Co-authored-by: Zaiming (Stone) Shi --- rel/i18n/emqx_s3_schema.hocon | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rel/i18n/emqx_s3_schema.hocon b/rel/i18n/emqx_s3_schema.hocon index cfecaf47e..44f4bbc56 100644 --- a/rel/i18n/emqx_s3_schema.hocon +++ b/rel/i18n/emqx_s3_schema.hocon @@ -9,8 +9,14 @@ secret_access_key.desc: bucket.desc: """The name of the S3 bucket.""" +bucket.label: +"""Bucket""" + key.desc: -"""Key of the S3 object being manipulated.""" +"""Key of the S3 object.""" + +key.label: +"""Object Key""" host.desc: """The host of the S3 endpoint."""