Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AwsTransport ¶
type AwsTransport struct {
// contains filtered or unexported fields
}
func NewAwsTransport ¶
func NewAwsTransport(client *s3.Client, workspace, bucket string) *AwsTransport
func (*AwsTransport) Reader ¶
func (t *AwsTransport) Reader(key string) (io.ReadCloser, error)
func (*AwsTransport) Writer ¶
func (t *AwsTransport) Writer(key string) (io.WriteCloser, error)
type AwsUploader ¶
type AwsUploader struct {
// contains filtered or unexported fields
}
func (*AwsUploader) Close ¶
func (u *AwsUploader) Close() error
Click to show internal directories.
Click to hide internal directories.