Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents the wrapper of S3 API Client
func (*Client) GetPresignedURL ¶
GetPresignedURL returns S3 object pre-signed URL
func (*Client) UploadToS3 ¶
func (c *Client) UploadToS3(bucket, key string, reader io.ReadSeeker) error
UploadToS3 uploads local file to the specified S3 location
Click to show internal directories.
Click to hide internal directories.