Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(c *config)
Option allows the behavior of the replay.ReadCloser to be specified
func WithFilter ¶
WithFilter allows an optional filename filter to be specified; by default,
type Replayer ¶
type Replayer struct {
// contains filtered or unexported fields
}
Replayer replays events from an S3 stream; you may assume events are encoded 1 per line as a base64 encoded string.
* files with a .gz extension should be ungzipped * files with a .zip extension should be unziped
func New ¶
New constructs a new s3.Replayer which should implement replay.ReadCloser Should construct a default s3 client from environment variables.
s3uri will be of the form s3://bucket/path
Click to show internal directories.
Click to hide internal directories.