add test for punycode

This commit is contained in:
trinity-1686a
2025-05-19 20:36:03 +02:00
parent a605a80806
commit bba9202f31
8 changed files with 87 additions and 12 deletions
+2 -2
View File
@@ -136,9 +136,9 @@ pub struct Config {
#[serde(default = "Default::default")]
pub admin: AdminConfig,
/// Allow punnycode in bucket names
/// Allow punycode in bucket names
#[serde(default)]
pub allow_punnycode: bool,
pub allow_punycode: bool,
}
/// Value for data_dir: either a single directory or a list of dirs with attributes