Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct { AwsConfig *aws.Config `inject:""` Bucket string `inject:"AwsS3Bucket"` // contains filtered or unexported fields }
Storage struct provides sss.Storage functionality on top of AWS S3
func (*Storage) Delete ¶
Delete allows to delete a value by key. Will return ErrNotFound if the key is not found
func (*Storage) Get ¶
func (st *Storage) Get(key string) (io.ReadCloser, error)
Get receives value by its key
Click to show internal directories.
Click to hide internal directories.