Documentation
¶
Overview ¶
Package s3storage provides AWS S3 storage implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Storage ¶
type S3Storage struct {
// contains filtered or unexported fields
}
S3Storage implements storage interface for AWS S3.
func NewS3Storage ¶
NewS3Storage creates a new S3Storage.
func (*S3Storage) CreateBucket ¶
CreateBucket creates the bucket.
func (*S3Storage) InitClient ¶
InitClient initializes the s3 client.
Click to show internal directories.
Click to hide internal directories.