feat(storage): integrate S3Operation into OperationHelper for unified metrics and audit (#2103)

This commit is contained in:
houseme
2026-03-08 17:57:33 +08:00
committed by GitHub
parent 8e4a1ef917
commit 60aa47bf61
39 changed files with 574 additions and 357 deletions
+2 -1
View File
@@ -14,8 +14,9 @@
use crate::arn::TargetID;
use crate::store::{Key, Store};
use crate::{EventName, StoreError, TargetError};
use crate::{StoreError, TargetError};
use async_trait::async_trait;
use rustfs_s3_common::EventName;
use serde::de::DeserializeOwned;
use serde::{Deserialize, Serialize};
use std::fmt::Formatter;