//
pkg.gl
Category
github.com/apex/go-apex
s3
package
1.0.0
Repository:
https://github.com/apex/go-apex.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
61 SLOC
#
Functions
Handle
Handle S3 events with handler.
HandleFunc
HandleFunc handles S3 events with callback function.
#
Structs
Bucket
Bucket is an S3 bucket.
Event
Event represents a S3 event with one or more records.
Object
Object is an S3 object.
Record
Record represents a single S3 record.
#
Interfaces
Handler
Handler handles S3 events.
#
Type aliases
HandlerFunc
HandlerFunc unmarshals S3 events before passing control.