Versions in this module Expand all Collapse all v0 v0.1.0 Nov 2, 2016 Changes in this version + type S3 struct + func New() (*S3, error) + func (s *S3) Delete(key string) error + func (s *S3) Get(key string) (io.ReadCloser, error) + func (s *S3) List(prefix string) ([]string, error) + func (s *S3) Put(key string, rs io.ReadSeeker) error