Expand description
§faucet-source-s3
AWS S3 source connector for the faucet-stream ecosystem.
Lists and reads objects from an S3 bucket/prefix, parsing them as JSON Lines, JSON arrays, or raw text.
Re-exports§
pub use config::S3FileFormat;pub use config::S3SourceConfig;pub use stream::S3Source;
Modules§
- config
- S3 source configuration.
- stream
- S3 source stream executor.
- verify
- Build the
IntegrityCheckset for an S3 object read (#161).
Enums§
- Faucet
Error - All possible errors returned by faucet-stream.
Traits§
- Source
- A source fetches records from an external system.