Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "us3ui"
View Source
const Transient = "<Transient>"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.5.0
type Config struct {
Settings Settings
// contains filtered or unexported fields
}
type S3Config ¶
type S3Config struct {
Name string `json:"name"`
Endpoint string `json:"endpoint" cli:"endpoint" env:"ENDPOINT"`
AccessKey string `json:"accessKey" cli:"accesskey" env:"ACCESS_KEY"`
SecretKey string `json:"secretKey" cli:"secretkey" env:"SECRET_KEY"`
Bucket string `json:"bucket" cli:"bucket" env:"BUCKET"`
Prefix string `json:"prefix" cli:"prefix" env:"PREFIX"`
Region string `json:"region" cli:"region" env:"REGION"`
UseSSL bool `json:"usessl" cli:"usessl" env:"USE_SSL"`
}
func NewS3Config ¶
Click to show internal directories.
Click to hide internal directories.