mirror of
https://github.com/rancher/types.git
synced 2025-09-18 07:52:41 +00:00
Add custom S3 endpoint CA Certificate option
This commit is contained in:
committed by
Alena Prokharchyk
parent
8762fb8c61
commit
b5c59bf137
@@ -35,6 +35,8 @@ type S3BackupConfig struct {
|
||||
Region string `yaml:"region" json:"region,omitempty"`
|
||||
// Endpoint is used if this is not an AWS API
|
||||
Endpoint string `yaml:"endpoint" json:"endpoint"`
|
||||
// EndpointCA is used to connect to custom s3 endpoints
|
||||
EndpointCA string `yaml:"endpoint_ca" json:"endpointCa,omitempty"`
|
||||
}
|
||||
type EtcdBackup struct {
|
||||
types.Namespaced
|
||||
|
Reference in New Issue
Block a user