1
0
mirror of https://github.com/rancher/types.git synced 2025-09-26 04:38:17 +00:00

Remove required norman flag

This commit is contained in:
moelsayed
2019-07-19 00:00:35 +02:00
committed by Alena Prokharchyk
parent 966187a767
commit 0bf4838a6b

View File

@@ -28,7 +28,7 @@ type S3BackupConfig struct {
// Access key ID
AccessKey string `yaml:"access_key" json:"accessKey,omitempty"`
// Secret access key
SecretKey string `yaml:"secret_key" json:"secretKey,omitempty" norman:"required,type=password" `
SecretKey string `yaml:"secret_key" json:"secretKey,omitempty" norman:"type=password" `
// name of the bucket to use for backup
BucketName string `yaml:"bucket_name" json:"bucketName,omitempty"`
// AWS Region, AWS spcific