Process s3 access log in rust
https://docs.aws.amazon.com/AmazonS3/latest/userguide/LogFormat.html
the following [test](tests/integration_test.rs) show both how to instanciate a s3AccessLog object directly and from a string record
https://github.com/knil-sama/static-website-s3-monitoring
```bash
pipx install pre-commit
```
```bash
pre-commit install
```