aws

package
v1.9.2 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrorParamsEmpty liberr.CodeError = iota + libcfg.MinErrorComponentAws
	ErrorParamsInvalid
	ErrorComponentNotInitialized
	ErrorConfigInvalid
	ErrorStartComponent
	ErrorReloadComponent
	ErrorDependencyLogDefault
)
View Source
const (
	ComponentType = "aws"
)

Variables

This section is empty.

Functions

func DefaultConfig

func DefaultConfig(indent string) []byte

func IsCodeError

func IsCodeError() bool

func Register

func Register(cfg libcfg.Config, key string, cpt ComponentAws)

func RegisterNew

func RegisterNew(cfg libcfg.Config, drv ConfigDriver, key, logKey string)

func SetDefaultConfig

func SetDefaultConfig(cfg []byte)

func SetDefaultConfigCustom

func SetDefaultConfigCustom()

func SetDefaultConfigStandard

func SetDefaultConfigStandard()

Types

type ComponentAws

type ComponentAws interface {
	libcfg.Component
	RegisterHTTPClient(fct func() *http.Client)
	GetAws() (libaws.AWS, liberr.Error)
	SetAws(a libaws.AWS)
}

func Load

func Load(getCpt libcfg.FuncComponentGet, key string) ComponentAws

func New

func New(drv ConfigDriver, logKey string) ComponentAws

type ConfigDriver

type ConfigDriver uint8
const (
	ConfigStandard ConfigDriver = iota
	ConfigCustom
)

func DriverConfig

func DriverConfig(value int) ConfigDriver

func (ConfigDriver) Config

func (a ConfigDriver) Config(bucket, accessKey, secretKey string, region string, endpoint *url.URL) libaws.Config

func (ConfigDriver) Model

func (a ConfigDriver) Model() interface{}

func (ConfigDriver) NewFromModel

func (a ConfigDriver) NewFromModel(i interface{}) (libaws.Config, liberr.Error)

func (ConfigDriver) String

func (a ConfigDriver) String() string

func (ConfigDriver) Unmarshal

func (a ConfigDriver) Unmarshal(p []byte) (libaws.Config, liberr.Error)

Jump to

Keyboard shortcuts

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