fix(ecstore): preserve delete markers during source cleanup

This commit is contained in:
overtrue
2026-08-22 00:32:07 +08:00
parent 3793552885
commit d139c8a8c3
7 changed files with 289 additions and 35 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ pub(crate) mod init_format;
pub(crate) mod list_objects;
mod multipart;
mod object;
pub(crate) use object::ObjectLockDiagGuard;
pub(crate) use object::{ObjectLockDiagGuard, SourceCleanupMutationFence};
pub use object::{
PrepareSelectObjectSnapshotError, PreparedGetObjectReader, SelectObjectSnapshot, SelectObjectSnapshotReadError,
SnapshotConsistencyError,