Versions in this module Expand all Collapse all v1 v1.0.0 Aug 7, 2021 Changes in this version + var DefaultClient = &http.Client + var DefaultSigner = &aws.V4Signer + var SkipDir = errors.New("skip this directory") + func Create(uri string, h http.Header, c *http.Client) (io.WriteCloser, error) + func Get(url string) (resp *http.Response, err error) + func Head(url string) (resp *http.Response, err error) + func Open(uri string, c *http.Client) (io.ReadCloser, http.Header, error) + func Post(url string, contentType string, body io.Reader) (resp *http.Response, err error) + func PostForm(url string, data url.Values) (resp *http.Response, err error) + func Remove(uri string, c *http.Client) error + func Walk(uri string, walkFn WalkFunc, client *http.Client) error + type Object struct + ETag string + Key string + LastModified string + OwnerID string + OwnerName string + Size string + StorageClass string + type WalkFunc func(name string, info os.FileInfo) error