s3

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Name is the name of the backup S3 provider
	Name = "backup-s3"

	AccessKeyID        = "accessKeyID"
	SecretAccessKey    = "secretAccessKey"
	Region             = "region"
	Endpoint           = "endpoint"
	InsecureSkipVerify = "insecureSkipVerify"
	S3ForcePathStyle   = "s3ForcePathStyle"
	TrustedCaCert      = "trustedCaCert"
)
View Source
const Type = "S3"

Type is the type of resources managed by the S3 actuator.

Variables

This section is empty.

Functions

func NewClientFromSecretRef

func NewClientFromSecretRef(ctx context.Context, client client.Client, secretRef corev1.SecretReference) (*s3client.Client, error)

NewClientFromSecretRef creates a new Client for the given AWS credentials from given k8s <secretRef>

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL