mirror of
https://github.com/rancher/types.git
synced 2025-09-26 20:52:57 +00:00
Remove required norman flag
This commit is contained in:
committed by
Alena Prokharchyk
parent
966187a767
commit
0bf4838a6b
@@ -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
|
||||
|
Reference in New Issue
Block a user