vector/sinks/aws_s3/
mod.rs

1mod config;
2mod sink;
3
4mod integration_tests;
5
6pub use config::S3SinkConfig;