Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Listen string S3 *S3Config Swift *SwiftConfig }
func (*Config) StorageType ¶
type SwiftConfig ¶
type SwiftConfig struct { APIUser string `toml:"api_user"` APIKey string `toml:"api_key"` AuthURL string `toml:"auth_url"` Tenant string `toml:"tenant"` TenantID string `toml:"tenant_id"` Region string `toml:"region"` Container string `toml:"container"` ContainerReadACL string `toml:"container_read_acl"` CDNUrl string `toml:"cdn_url"` Shard bool `toml:"shard"` CheckInit bool `toml:"check_init"` }
Click to show internal directories.
Click to hide internal directories.