Corrected the YAML annotation for access and secret KeySecret

This commit is contained in:
pb 2025-07-29 11:43:45 +02:00
parent 6bacf44f2f
commit d62a20ab39

View File

@ -71,8 +71,8 @@ type Key struct {
Bucket string `yaml:"bucket"`
EndPoint string `yaml:"endpoint"`
Insecure bool `yaml:"insecure"`
AccessKeySecret *Secret `yaml: accessKeySecret`
SecretKeySecret *Secret `yaml: secretKeySecret`
AccessKeySecret *Secret `yaml:"accessKeySecret"`
SecretKeySecret *Secret `yaml:"secretKeySecret"`
}
type Artifact struct {