diff --git a/crates/ecstore/src/core/pools.rs b/crates/ecstore/src/core/pools.rs index 4d5d18fba..58f0d4241 100644 --- a/crates/ecstore/src/core/pools.rs +++ b/crates/ecstore/src/core/pools.rs @@ -7665,7 +7665,7 @@ impl ECStore { let buckets = self.get_buckets_to_decommission().await?; let pool = self.pools[idx].clone(); self.ensure_decommission_multipart_uploads_drained(idx, pool.as_ref(), &buckets) - .await + .await } #[cfg(test)] pub(crate) async fn check_after_decommission_for_test(self: &Arc, idx: usize) -> Result<()> { diff --git a/crates/protocols/Cargo.toml b/crates/protocols/Cargo.toml index 62a0c5876..a121ebef9 100644 --- a/crates/protocols/Cargo.toml +++ b/crates/protocols/Cargo.toml @@ -183,6 +183,7 @@ subtle = { workspace = true, optional = true } socket2 = { workspace = true, optional = true, features = ["all"] } [dev-dependencies] +http = { workspace = true } tempfile = { workspace = true } proptest = "1" rustfs-test-utils = { workspace = true }