vector/sinks/aws_s3/
mod.rs

1
2
3
4
5
6
mod config;
mod sink;

mod integration_tests;

pub use config::S3SinkConfig;