fix(s3select): reject truncated object streams (#5027)

* fix(s3select): reject truncated object streams

* fix(s3select): validate raw stream before conversion
This commit is contained in:
GatewayJ
2026-07-19 23:34:20 +08:00
committed by GitHub
parent a73f4c345f
commit 8ebedddfa1
4 changed files with 109 additions and 125 deletions
Generated
+2 -1
View File
@@ -9828,12 +9828,13 @@ dependencies = [
"http 1.4.2",
"metrics",
"parking_lot",
"pin-project-lite",
"rustfs-common",
"rustfs-ecstore",
"rustfs-storage-api",
"rustfs-test-utils",
"s3s",
"serde_json",
"tempfile",
"thiserror 2.0.18",
"tokio",
"tokio-util",