adoroszlai commented on code in PR #419: URL: https://github.com/apache/ozone-site/pull/419#discussion_r3203985991
########## docs/05-administrator-guide/02-configuration/99-appendix.md: ########## @@ -495,7 +495,7 @@ This page provides a comprehensive overview of the configuration keys available | `ozone.om.multitenancy.enabled` | false | `OZONE`, `OM` | Enable S3 Multi-Tenancy. If disabled, all S3 multi-tenancy requests are rejected. | | `ozone.om.multitenancy.ranger.sync.interval` | 10m | `OZONE`, `OM` | Determines how often the Multi-Tenancy Ranger background sync thread service should run. Background thread periodically checks Ranger policies and roles created by Multi-Tenancy feature. And overwrites them if obvious discrepancies are detected. Value should be set with a unit suffix (ns,ms,s,m,h,d) | | `ozone.om.multitenancy.ranger.sync.timeout` | 10s | `OZONE`, `OM` | The timeout for each Multi-Tenancy Ranger background sync thread run. If the timeout has been reached, a warning message will be logged. | -| `ozone.om.namespace.s3.strict` | true | `OZONE`, `OM` | Ozone namespace should follow S3 naming rule by default. However this parameter allows the namespace to support non-S3 compatible characters. | +| `ozone.om.namespace.s3.strict` | true | `OZONE`, `OM` | 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. | Review Comment: > I'll open a jira for that. I guess HDDS-14796 can be reused for commit in the main repo. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
