bucket

package
v0.0.0-...-0d233d1 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 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 AWSS3Config

type AWSS3Config 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(src, dest string) error

func (*Bucket) Upload

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

type BucketInterface

type BucketInterface interface {
	Upload(file io.Reader, key string) error
	Download(src string, dest string) error
	Delete(src string) error
}

type BucketType

type BucketType int
const (
	AWSS3Provider BucketType = iota
	MockBucketProvider
)

type MockBucket

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

func (*MockBucket) Delete

func (mb *MockBucket) Delete(key string) error

func (*MockBucket) Download

func (mb *MockBucket) Download(src, dest string) error

func (*MockBucket) Upload

func (mb *MockBucket) Upload(file io.Reader, key string) error

Jump to

Keyboard shortcuts

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