mirror of
https://github.com/minio/minio.git
synced 2025-01-12 07:23:23 -05:00
fix: typo in site replication version healing (#15103)
This commit is contained in:
parent
7f629df4d5
commit
8b9a19eef1
@ -3712,8 +3712,8 @@ func (c *SiteReplicationSys) healVersioningMetadata(ctx context.Context, objAPI
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if dID == globalDeploymentID {
|
if dID == globalDeploymentID {
|
||||||
if err := globalBucketMetadataSys.Update(ctx, bucket, bucketSSEConfig, latestVersioningConfigBytes); err != nil {
|
if err := globalBucketMetadataSys.Update(ctx, bucket, bucketVersioningConfig, latestVersioningConfigBytes); err != nil {
|
||||||
logger.LogIf(ctx, fmt.Errorf("Error healing sse metadata from peer site %s : %w", latestPeerName, err))
|
logger.LogIf(ctx, fmt.Errorf("Error healing versioning metadata from peer site %s : %w", latestPeerName, err))
|
||||||
}
|
}
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user