mirror of
https://github.com/minio/minio-rs.git
synced 2026-03-09 21:22:51 +08:00
- Replaced raw string parameters with validated wrapper types (BucketName, ObjectName, Region, VersionId, etc.) following the "parse, don't validate" pattern - Bucket and object names are now validated at construction time, ensuring compile-time correctness - Added both relaxed (MinIO-compatible) and strict (AWS S3-compliant) validation modes for bucket names
Benches:
- Designed for low-level, micro-benchmarks.
- Focuses on measuring specific functions or operations.
- Outputs raw benchmarking results.
run: cargo bench --bench s3_api_benchmarks
results are in target\criterion