2 Commits

Author SHA1 Message Date
Henk-Jan Lebbink
c450081b2e
Refactor string parameters to typed wrapper structs (#200)
- 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
2026-01-27 14:12:49 +01:00
Henk-Jan Lebbink
7398f3a14e
added CRC32, CRC32C, SHA1, SHA256 and CRC64NVME (#195) 2026-01-06 18:43:25 +01:00