to

package
v0.0.0-...-d4ced42 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type S3UploadTask

type S3UploadTask struct {
	ContainerReader    tasks.ReaderProvider
	OutputWriter       tasks.WriterProvider
	Endpoint           string
	Region             string
	BucketName         string
	ObjectKey          string
	Profile            string
	AccessKeyID        string
	SecretAccessKey    string
	SessionToken       string
	DisableSSL         bool
	S3ForcePathStyle   bool
	IgnoreEnvCreds     bool
	IgnoreEC2RoleCreds bool
	IgnoreConfigCreds  bool
	JSONOutput         bool
}

S3UploadTask implements secret container uploading to S3 task.

func (*S3UploadTask) Run

func (t *S3UploadTask) Run(ctx context.Context) error

Run the task.

Jump to

Keyboard shortcuts

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