1
0
mirror of https://github.com/rancher/types.git synced 2025-09-13 05:26:11 +00:00

remove required

This commit is contained in:
moelsayed
2019-07-16 01:06:59 +02:00
committed by Alena Prokharchyk
parent d8241faa37
commit 8c592cf98f

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