From b5c59bf137e4dcd15a1653ac8431a1398b7fed11 Mon Sep 17 00:00:00 2001 From: moelsayed Date: Thu, 20 Jun 2019 22:07:14 +0200 Subject: [PATCH] Add custom S3 endpoint CA Certificate option --- apis/management.cattle.io/v3/backup_types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apis/management.cattle.io/v3/backup_types.go b/apis/management.cattle.io/v3/backup_types.go index 175d7649..38f35529 100644 --- a/apis/management.cattle.io/v3/backup_types.go +++ b/apis/management.cattle.io/v3/backup_types.go @@ -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