fix(replication): persist sanitized resync errors (#5200)

This commit is contained in:
cxymds
2026-07-24 22:15:51 +08:00
committed by GitHub
parent 20c4ea864a
commit d7f30fe0a2
4 changed files with 230 additions and 7 deletions
+2 -2
View File
@@ -67,8 +67,8 @@ pub use queue::{
};
pub use resync::{
BucketReplicationResyncStatus, Error, Result, ResyncOpts, ResyncStatusType, TargetReplicationResyncStatus,
decode_resync_file, encode_resync_file, is_version_id_mismatch, resync_state_accepts_update, should_auto_resume_resync,
should_count_head_proxy_failure,
decode_resync_file, encode_resync_file, is_version_id_mismatch, resync_state_accepts_update, sanitize_resync_error_detail,
should_auto_resume_resync, should_count_head_proxy_failure,
};
pub use rule::ReplicationRuleExt;
pub use runtime::{