mirror of
https://github.com/minio/minio-rs.git
synced 2025-12-06 15:26:51 +08:00
Adds RequestHooks trait to enable intercepting and modifying S3 API requests at key points in the request lifecycle. This enables implementing cross-cutting concerns like load balancing, telemetry, and debug logging without modifying the core request handling logic. --------- Co-authored-by: Tobias Pütz <tobias@minio.io>
3 lines
65 B
TOML
3 lines
65 B
TOML
[toolchain]
|
|
channel = "1.90.0"
|
|
components = ["clippy", "rustfmt"] |