Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3 ¶
type S3 struct {
// contains filtered or unexported fields
}
S3 is a type for working with S3 storages
func NewS3 ¶
func NewS3(endpoint, accessKeyID, secretAccessKey, bucketName, prefix, region string, useSSL bool) (*S3, error)
NewS3 return new Manager, useSSL using ssl for connection with storage
Click to show internal directories.
Click to hide internal directories.