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:
parent
8c592cf98f
commit
76b4f078af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user