Documentation ¶ Index ¶ func Methods() []string func ModuleName(name string) string type Provider func New(cfg config.StorageUploadS3, logger *zap.Logger) (*Provider, error) func (p *Provider) GetLoader(_ *script.Script) lua.LGFunction func (p *Provider) Name() string func (p *Provider) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Methods ¶ added in v0.4.0 func Methods() []string func ModuleName ¶ added in v0.4.0 func ModuleName(name string) string Types ¶ type Provider ¶ type Provider struct { // contains filtered or unexported fields } func New ¶ func New(cfg config.StorageUploadS3, logger *zap.Logger) (*Provider, error) func (*Provider) GetLoader ¶ func (p *Provider) GetLoader(_ *script.Script) lua.LGFunction func (*Provider) Name ¶ func (p *Provider) Name() string func (*Provider) Stop ¶ func (p *Provider) Stop() error Source Files ¶ View all Source files s3.go upload.go Click to show internal directories. Click to hide internal directories.