Documentation ¶
Index ¶
- func NewAWSS3(logger logger.Logger) bindings.OutputBinding
- type AWSS3
- func (s *AWSS3) Close() error
- func (s *AWSS3) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
- func (s *AWSS3) Init(_ context.Context, metadata bindings.Metadata) error
- func (s *AWSS3) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
- func (s *AWSS3) Operations() []bindings.OperationKind
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AWSS3 ¶
type AWSS3 struct {
// contains filtered or unexported fields
}
AWSS3 is a binding for an AWS S3 storage bucket.
func (*AWSS3) GetComponentMetadata ¶ added in v1.11.0
func (s *AWSS3) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
GetComponentMetadata returns the metadata of the component.
func (*AWSS3) Invoke ¶
func (s *AWSS3) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
func (*AWSS3) Operations ¶
func (s *AWSS3) Operations() []bindings.OperationKind
Click to show internal directories.
Click to hide internal directories.