s3

package
v0.0.0-...-9896007 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Downloder

type Downloder interface {
	Download(bucket, key, dst string) (string, error)
}

func NewDownloader

func NewDownloader(logger *zap.SugaredLogger, sess *session.Session) Downloder

type Uploader

type Uploader interface {
	Upload(src, dst string) error
}

func NewUploader

func NewUploader(sess *session.Session, logger *zap.SugaredLogger) Uploader

Jump to

Keyboard shortcuts

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