Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/observability-metrics

# Conflicts:
#	crates/utils/Cargo.toml
#	ecstore/src/store_list_objects.rs
#	iam/src/manager.rs
#	rustfs/src/admin/rpc.rs
This commit is contained in:
houseme
2025-06-20 12:58:47 +08:00
38 changed files with 676 additions and 342 deletions
Generated
+5
View File
@@ -3626,6 +3626,7 @@ dependencies = [
"criterion",
"flatbuffers 25.2.10",
"futures",
"futures-util",
"glob",
"hex-simd",
"highway",
@@ -3659,6 +3660,7 @@ dependencies = [
"s3s",
"serde",
"serde_json",
"serde_urlencoded",
"sha2 0.10.9",
"shadow-rs",
"siphasher 1.0.1",
@@ -8500,8 +8502,10 @@ dependencies = [
"base64-simd",
"blake3",
"brotli 8.0.1",
"bytes",
"crc32fast",
"flate2",
"futures",
"hex-simd",
"highway",
"lazy_static",
@@ -8523,6 +8527,7 @@ dependencies = [
"tempfile",
"tokio",
"tracing",
"transform-stream",
"url",
"winapi",
"zstd",