S3Logger for Rust
This is a super simple logging library for Rust that prints logs to console as well as uploads those logs to S3 as plain text.
Example
use Credentials;
use Region;
use Logger;
use env;
async
This is a super simple logging library for Rust that prints logs to console as well as uploads those logs to S3 as plain text.
use Credentials;
use Region;
use Logger;
use env;
async