bucket

package
v0.0.0-...-6b1f843 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AwsConfig

type AwsConfig struct {
	Config         *aws.Config
	BucketDownload string
	BucketUpload   string
}

type Bucket

type Bucket struct {
	// contains filtered or unexported fields
}

func New

func New(bt BucketType, cfg any) (b *Bucket, err error)

func (*Bucket) Delete

func (b *Bucket) Delete(key string) error

func (*Bucket) Download

func (b *Bucket) Download(filename string, path string) (*os.File, error)

func (*Bucket) Upload

func (b *Bucket) Upload(file io.Reader, key string) error

type BucketInterface

type BucketInterface interface {
	Upload(io.Reader, string) error
	Download(string, string) (*os.File, error)
	Delete(string) error
}

type BucketType

type BucketType int
const (
	AwsProvider BucketType = iota
)

Jump to

Keyboard shortcuts

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