s3_client

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2025 License: AGPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type S3Client

type S3Client interface {
	Upload(ctx context.Context, body io.ReadCloser) error
}

func NewS3Client

func NewS3Client(
	ctx context.Context,
	managementClusterClient *alias.ManagementClusterClient,
	hostedControlPlane *v1alpha1.HostedControlPlane,
	cluster *capiv2.Cluster,
) (S3Client, error)

type S3ClientFactory

type S3ClientFactory = func(
	ctx context.Context,
	managementClusterClient *alias.ManagementClusterClient,
	hostedControlPlane *v1alpha1.HostedControlPlane,
	cluster *capiv2.Cluster,
) (S3Client, error)

Jump to

Keyboard shortcuts

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