s3

package
v0.0.0-...-aa737f3 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type S3

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

func NewS3

func NewS3(config aws.Config) *S3

func (*S3) CreateBucket

func (s *S3) CreateBucket(ctx context.Context, bucketName string) error

func (*S3) GetObject

func (s *S3) GetObject(ctx context.Context, bucketName, filename string) (io.ReadCloser, error)

func (*S3) UploadFile

func (s *S3) UploadFile(ctx context.Context, bucketName, filename string, file []byte) error

Jump to

Keyboard shortcuts

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