Crates.io | s3-access-log-rust |
lib.rs | s3-access-log-rust |
version | 0.1.6 |
source | src |
created_at | 2024-06-04 19:51:41.681206 |
updated_at | 2024-06-04 20:12:08.20895 |
description | Help to serialize/deserialize s3 acces log file of AWS s3 bucket |
homepage | |
repository | https://github.com/knil-sama/s3-access-log-rust |
max_upload_size | |
id | 1261995 |
size | 16,305 |
Process s3 access log in rust
https://docs.aws.amazon.com/AmazonS3/latest/userguide/LogFormat.html
the following test show both how to instanciate a s3AccessLog object directly and from a string record
https://github.com/knil-sama/static-website-s3-monitoring
pipx install pre-commit
pre-commit install