fix(replication): verify replica integrity and default to plain signed payloads (#6895)

This commit is contained in:
唐小鸭
2026-08-31 01:43:45 +08:00
committed by GitHub
parent 006e9b7d28
commit 37b23a16da
6 changed files with 324 additions and 23 deletions
+2 -1
View File
@@ -65,7 +65,8 @@ pub use multipart::{
pub use object::{
ReplicationSourceObject, ReplicationTargetObject, SsecPassthroughCapability, SsecPassthroughGate, content_matches_by_etag,
is_replication_target_offline_error, replication_action_for_target, replication_etags_match,
ssec_passthrough_evidence_present, ssec_passthrough_gate, target_is_newer_than_source_null_version, version_identity_drifted,
single_part_replica_etag_mismatch, ssec_passthrough_evidence_present, ssec_passthrough_gate,
target_is_newer_than_source_null_version, version_identity_drifted,
};
pub use operation::{
MustReplicateOptions, ReplicationDeleteScheduleInput, ReplicationDeleteSource, ReplicationDeleteStateSource,