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§
Enums§
- Faucet
Error - All possible errors returned by faucet-stream.
Traits§
- Source
- A source fetches records from an external system.