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."""