mirror of
https://github.com/minio/minio-rs.git
synced 2026-01-22 07:32:06 +08:00
* refactored stat_object refactored select_object_content refactor get_presigned_object_url refactor get_presigned_policy_form_data refactored upload-part-copy * fixed object.unwrap * update region * made client Arc * made client Arc * update client * update tests * update segmented_bytes * bench updated * cleanup version handling * cleanup of headers: multimap * added inner in Client * updated clients: added Into<String>in API * Separated http_client and shared client items in Client
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