Versions in this module Expand all Collapse all v0 v0.10.0 Jan 19, 2018 v0.9.2 Jan 19, 2018 Changes in this version + type Config struct + AccessKeyId string + AccessKeySecret string + BucketName string + BucketPrefix string + Region string + type S3 struct + func New(config *Config) (*S3, error) + func (s *S3) Put(f io.ReadSeeker, dst string) (string, error)