mirror of
https://github.com/minio/minio.git
synced 2025-02-03 01:46:00 -05:00
replication:alloc UserDefined map before use (#11478)
This commit is contained in:
parent
152d7cd95b
commit
8e1bbd989a
@ -914,6 +914,7 @@ func proxyHeadToRepTarget(ctx context.Context, bucket, object string, opts Objec
|
|||||||
ReplicationStatus: replication.StatusType(objInfo.ReplicationStatus),
|
ReplicationStatus: replication.StatusType(objInfo.ReplicationStatus),
|
||||||
UserTags: tags.String(),
|
UserTags: tags.String(),
|
||||||
}
|
}
|
||||||
|
oi.UserDefined = make(map[string]string, len(objInfo.Metadata))
|
||||||
for k, v := range objInfo.Metadata {
|
for k, v := range objInfo.Metadata {
|
||||||
oi.UserDefined[k] = v[0]
|
oi.UserDefined[k] = v[0]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user