This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 489629965b4 HDDS-15203. Clarify ozone.om.namespace.s3.strict in
ozone-default.xml (#10225)
489629965b4 is described below
commit 489629965b439c087f52d40315e9aaf5d8989728
Author: Bolin Lin <[email protected]>
AuthorDate: Sun May 10 13:44:07 2026 -0400
HDDS-15203. Clarify ozone.om.namespace.s3.strict in ozone-default.xml
(#10225)
---
hadoop-hdds/common/src/main/resources/ozone-default.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/hadoop-hdds/common/src/main/resources/ozone-default.xml
b/hadoop-hdds/common/src/main/resources/ozone-default.xml
index f3daecad495..f554b440602 100644
--- a/hadoop-hdds/common/src/main/resources/ozone-default.xml
+++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml
@@ -4411,8 +4411,9 @@
<value>true</value>
<tag>OZONE, OM</tag>
<description>
- Ozone namespace should follow S3 naming rule by default.
- However this parameter allows the namespace to support non-S3 compatible
characters.
+ When `true` (the default), volume and bucket names follow strict S3
naming rules.
+ When `false`, S3 rules still apply except that underscore (`_`) is
additionally
+ allowed in volume and bucket names; no other non-S3 characters are
permitted.
</description>
</property>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]