Versions in this module Expand all Collapse all v0 v0.0.39 Jun 14, 2016 Changes in this version + func MakeClient(c config.S3Cli) *s3.S3 + func Sign(req *request.Request) + type S3Blobstore struct + func New(configFile io.Reader) (S3Blobstore, error) + func (client *S3Blobstore) Delete(dest string) error + func (client *S3Blobstore) Exists(dest string) (bool, error) + func (client *S3Blobstore) Get(src string, dest io.WriterAt) error + func (client *S3Blobstore) Put(src io.ReadSeeker, dest string) error