3 Commits

Author SHA1 Message Date
Henk-Jan Lebbink
25d424b97f
Fixed clippy issues and cleanup of unnecessary imports (#182) 2025-08-26 11:04:51 +02:00
Henk-Jan Lebbink
5080bf9b85
Refactor/cleanup errors (#179)
* error refactored: moved to thiserror
* Result type alias for better ergonomics:
* removed field from MinioErrorCode::BucketNotEmpty enum
* made field private of MinioErrorResponse
* updated XmlError
* simplified calling errors
* bumped toolchain channel form 1.86.0 to 1.87.0
* bumped toolchain channel form 1.87.0 to 1.88.0 due to clippy fixes that are not compatible with 1.87.0
2025-08-14 21:31:45 -07:00
Tobias Pütz
8497fdb4ba
feat: add a test macro (#170) 2025-06-23 13:38:40 +02:00