Versions in this module Expand all Collapse all v0 v0.5.0 Jun 14, 2019 v0.4.0 May 16, 2019 v0.3.0 Feb 14, 2019 Changes in this version + type Credentials struct + AccessKeyID string + SecretAccessKey string + Vault struct{ ... } + type Filesystem struct + Path string + type S3 struct + Bucket string + Credentials Credentials + EndpointURL string + Region string + type Storage struct + Filesystem Filesystem + S3 S3 + Type string + func (s Storage) Info() StorageInfo + type StorageInfo struct + Filesystem Filesystem + S3 S3 + Type string + type Storages struct + Storages map[string]Storage + func NewStorageBackends(buf []byte) (*Storages, error) + func NewStorageBackendsFromYaml(filename string) (*Storages, error) + func (s *Storages) Reload() error + func (s Storages) Exists(name string) bool + func (s Storages) Get(name string) (Storage, error) + func (s Storages) StorageInfo(name string) (StorageInfo, error) + func (s Storages) StoragesInfo() map[string]StorageInfo