Skip to main content

Crate faucet_source_s3

Crate faucet_source_s3 

Source
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.

Enums§

FaucetError
All possible errors returned by faucet-stream.

Traits§

Source
A source fetches records from an external system.