s3handler 0.9.0

An s3 handler for s3rs nu-shell-s3-plugin
Documentation
1
2
3
4
5
6
7
pub use canal::{Canal, PoolType};
pub use file::FilePool;
pub use s3::S3Pool;

mod canal;
mod file;
mod s3;