Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectStorage ¶
type ObjectStorage interface {
Download(ctx context.Context, w io.WriterAt, URI string) (int64, error)
}
ObjectStorage is a S3-compatible storage interface.
type ObjectStorageImpl ¶
type ObjectStorageImpl struct {
// contains filtered or unexported fields
}
ObjectStorageImpl is our implementation of the ObjectStorage interface.
func New ¶
func New(sess *session.Session) *ObjectStorageImpl
New returns a pointer to a new ObjectStorageImpl.
Click to show internal directories.
Click to hide internal directories.