s3

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: Apache-2.0 Imports: 6 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 {
	Bucket string
	Client *s3.Client
}

func New added in v0.3.0

func New(endpoint, accessKey, secretKey, bucket, region string) (*S3, error)

func (*S3) Fetch added in v0.3.0

func (s *S3) Fetch(fileName string) ([]byte, error)

Fetch Downloads a file from an S3 bucket and returns its contents as a byte array.

func (*S3) List added in v0.3.0

func (s *S3) List() ([]string, error)

List will list the contents of a bucket

func (*S3) Put added in v0.3.0

func (s *S3) Put(contentType, key string, body io.ReadSeeker) error

Put Pushes a file to an S3 bucket.

Jump to

Keyboard shortcuts

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