s3

package
v0.0.1-lastknown Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Package s3 implements S3 plugin.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin interface {
	CreateBucketForAccessLogs() error
	BucketForAccessLogs() string
	BucketForTests() string
	UploadToBucketForTests(localPath, s3Path string) error
	DeleteBucket(bucket string) error
}

Plugin defines S3 plugin.

func NewEmbedded

func NewEmbedded(lg *zap.Logger, cfg *eksconfig.Config, s3 s3iface.S3API) Plugin

NewEmbedded creates a new Plugin using AWS CLI.

Jump to

Keyboard shortcuts

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