#![cfg_attr(docsrs,feature(doc_cfg))]//! # 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.
pubmodconfig;pubmodstream;pubusefaucet_core::{FaucetError, Source};pubuseconfig::{S3FileFormat, S3SourceConfig};pubusestream::S3Source;