store

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2018 License: MIT Imports: 7 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
	Prefix string
	// contains filtered or unexported fields
}

S3 Store definition

func (S3) FetchFile

func (store S3) FetchFile(filename string, buf *bytes.Buffer) error

FetchFile a file from s3

func (S3) PutFile

func (store S3) PutFile(filename string, fileReader *bytes.Reader) error

PutFile put a file into the S3 store

type Store

type Store interface {
	FetchFile(filename string, buf *bytes.Buffer) error
	PutFile(filename string, buf *bytes.Reader) error
}

Store interface for fetching files from a object store

func NewS3Store

func NewS3Store(httpClient *http.Client) (Store, error)

NewS3Store build a new S3 store

Jump to

Keyboard shortcuts

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