perf(ecstore): reduce inline GET fixed costs (#5985)

This commit is contained in:
houseme
2026-08-12 19:29:46 +08:00
committed by GitHub
parent 270a003c55
commit 848b330825
5 changed files with 96 additions and 43 deletions
+1 -5
View File
@@ -6432,11 +6432,7 @@ impl DefaultObjectUsecase {
})
}
#[instrument(
level = "info",
skip(self, req),
fields(start_time=?time::OffsetDateTime::now_utc())
)]
#[instrument(level = "trace", skip(self, req))]
#[hotpath::measure(impl_type = "DefaultObjectUsecase")]
pub async fn execute_get_object(&self, req: S3Request<GetObjectInput>) -> S3Result<S3Response<GetObjectOutput>> {
if let Some(context) = &self.context {