Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AwsAccessKeyId = os.Getenv("QOR_AWS_ACCESS_KEY_ID")
View Source
var AwsRegion = os.Getenv("QOR_AWS_REGION")
View Source
var AwsSecretAccessKey = os.Getenv("QOR_AWS_SECRET_ACCESS_KEY")
View Source
var AwsSessionToken = os.Getenv("QOR_AWS_SESSION_TOKEN")
View Source
var S3Client *s3.S3
Functions ¶
This section is empty.
Types ¶
type S3 ¶
type S3 struct {
media_library.Base
}
func (S3) GetURLTemplate ¶
func (s S3) GetURLTemplate(option *media_library.Option) (path string)
Click to show internal directories.
Click to hide internal directories.