mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
fix: remove unnecessary replication checks (#21569)
This commit is contained in:
@@ -420,9 +420,6 @@ func putOptsFromHeaders(ctx context.Context, hdr http.Header, metadata map[strin
|
||||
MTime: mtime,
|
||||
PreserveETag: etag,
|
||||
}
|
||||
if _, ok := hdr[xhttp.MinIOSourceReplicationRequest]; ok {
|
||||
op.ReplicationRequest = true
|
||||
}
|
||||
return op, nil
|
||||
}
|
||||
// default case of passing encryption headers and UserDefined metadata to backend
|
||||
|
||||
Reference in New Issue
Block a user