diff --git a/apis/management.cattle.io/v3/backup_types.go b/apis/management.cattle.io/v3/backup_types.go index b4e24ce7..098e696d 100644 --- a/apis/management.cattle.io/v3/backup_types.go +++ b/apis/management.cattle.io/v3/backup_types.go @@ -37,6 +37,8 @@ type S3BackupConfig struct { Endpoint string `yaml:"endpoint" json:"endpoint"` // CustomCA is used to connect to custom s3 endpoints CustomCA string `yaml:"custom_ca" json:"customCa,omitempty"` + // Folder to place the files + Folder string `yaml:"folder" json:"folder,omitempty"` } type EtcdBackup struct { types.Namespaced