Documentation
¶
Index ¶
Constants ¶
View Source
const (
AWS_REGION = "ap-northeast-2"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type S3Client ¶
type S3Client struct {
// contains filtered or unexported fields
}
func NewS3Service ¶
func NewS3Service(config *S3ClientConfig) *S3Client
func (*S3Client) DownloadFile ¶
func (*S3Client) UploadFile ¶
func (*S3Client) UploadFiles ¶
type S3ClientConfig ¶
type S3ClientConfig struct {
Bucket string
}
Click to show internal directories.
Click to hide internal directories.