Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements `media.Store` for S3 provider
type Opt ¶
type Opt struct { URL string `koanf:"url"` PublicURL string `koanf:"public_url"` AccessKey string `koanf:"aws_access_key_id"` SecretKey string `koanf:"aws_secret_access_key"` Region string `koanf:"aws_default_region"` Bucket string `koanf:"bucket"` BucketPath string `koanf:"bucket_path"` BucketType string `koanf:"bucket_type"` Expiry time.Duration `koanf:"expiry"` }
Opt represents AWS S3 specific params
Click to show internal directories.
Click to hide internal directories.