common

package
v0.15.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2023 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessLog added in v0.2.0

type AccessLog struct {
	Bucket string
	Prefix string
}

AccessLog is the configuration for a bucket's access log

type Account

type Account struct {
	Akid       string
	Endpoint   string
	ExternalID string
	Region     string
	Role       string
	Secret     string
}

Account is the configuration for an individual account

type Config

type Config struct {
	Account         Account
	Accounts        map[string]Account
	AccountsMap     map[string]string
	CacheExpireTime string
	CachePurgeTime  string
	ImageCache      *S3Cache
	ListenAddress   string
	LogLevel        string
	Org             string
	Token           string
	Version         Version
}

Config is representation of the configuration data

func ReadConfig

func ReadConfig(r io.Reader) (Config, error)

ReadConfig decodes the configuration from an io Reader

type S3Cache added in v0.2.0

type S3Cache struct {
	Bucket       string
	Endpoint     string
	Region       string
	Akid         string
	Secret       string
	Prefix       string
	HashingToken string
	AccessLog    *AccessLog
}

type Version

type Version struct {
	Version           string
	VersionPrerelease string
	BuildStamp        string
	GitHash           string
}

Version carries around the API version information

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL