1
0
mirror of https://github.com/helm/chartmuseum.git synced 2026-02-05 06:45:56 +01:00

fix: correct flag for storage.amazon.forcepathstyle (#1102)

Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
This commit is contained in:
Zhizhen He
2025-11-20 23:59:53 +08:00
committed by GitHub
parent 5a4d032bfe
commit 60554419e2

View File

@@ -367,7 +367,7 @@ var configVars = map[string]configVar{
"storage.amazon.forcepathstyle": {
Type: boolType,
Default: true,
CLIFlag: cli.StringFlag{
CLIFlag: cli.BoolFlag{
Name: "storage-amazon-force-path-style",
Usage: "whether to force path style for amazon storage backend",
EnvVar: "STORAGE_AMAZON_FORCE_PATH_STYLE",