Documentation ¶
Index ¶
- type S3Client
- func (g *S3Client) CopyObject(ctx context.Context, from *tree.Node, to *tree.Node, ...) (int64, error)
- func (g *S3Client) GetObject(ctx context.Context, node *tree.Node, requestData *models.GetRequestData) (io.ReadCloser, error)
- func (g *S3Client) PutObject(ctx context.Context, node *tree.Node, reader io.Reader, ...) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Client ¶
type S3Client struct {
// contains filtered or unexported fields
}
func NewS3Client ¶
func (*S3Client) CopyObject ¶
Click to show internal directories.
Click to hide internal directories.