mirror of
https://github.com/rancher/types.git
synced 2025-09-13 05:26:11 +00:00
remove required
This commit is contained in:
committed by
Alena Prokharchyk
parent
d8241faa37
commit
8c592cf98f
@@ -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