1
0
mirror of https://github.com/rancher/types.git synced 2025-06-27 22:16:48 +00:00

Add s3 folder option

This commit is contained in:
Sebastiaan van Steenis 2019-07-17 14:37:00 +02:00 committed by Alena Prokharchyk
parent 8c592cf98f
commit 76b4f078af

View File

@ -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