Versions in this module Expand all Collapse all v0 v0.0.3 Sep 27, 2022 v0.0.2 Jun 2, 2022 Changes in this version + type Point struct + func InitPointWith(conf Config) (p Point, err error) + func (Point) Down(urlFile string, fromBucket string) (to io.Reader, err error) + func (Point) Upload(file io.Reader, toBucket string, withURL string) error v0.0.1 May 26, 2022 Changes in this version + func Down(urlFile string, fromBucket string) (to io.Reader, err error) + func InitWith(conf Config) (err error) + func Upload(file io.Reader, toBucket string, withURL string) error + type Config struct + AccessKeyID string + Endpoint string + SecretAccessKey string