type

Backend

type Backend struct { endpoint *url.URL region, bucket, access, secret string client *http.Client maxSpoolBytes int64 spoolDirectory string now func() time.Time }

An S3 storage and URL-signing backend.

Source adapters/storage/s3/s3.go:41

Methods