s3-access-log-rust

Crates.ios3-access-log-rust
lib.rss3-access-log-rust
version0.1.6
sourcesrc
created_at2024-06-04 19:51:41.681206
updated_at2024-06-04 20:12:08.20895
descriptionHelp to serialize/deserialize s3 acces log file of AWS s3 bucket
homepage
repositoryhttps://github.com/knil-sama/s3-access-log-rust
max_upload_size
id1261995
size16,305
Clement Demonchy (knil-sama)

documentation

README

s3-access-log-rust

Process s3 access log in rust

Official format documentation

https://docs.aws.amazon.com/AmazonS3/latest/userguide/LogFormat.html

Examples

the following test show both how to instanciate a s3AccessLog object directly and from a string record

Projects that use this lib

https://github.com/knil-sama/static-website-s3-monitoring

Pre-commmit

pipx install pre-commit
pre-commit install
Commit count: 20

cargo fmt