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 Opts ¶
type Opts struct { 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"` BucketURL string `koanf:"bucket_url"` BucketType string `koanf:"bucket_type"` Expiry time.Duration `koanf:"expiry"` }
Opts represents AWS S3 specific params
Click to show internal directories.
Click to hide internal directories.