mirror of
https://github.com/minio/minio.git
synced 2025-01-23 20:53:18 -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),
|
||||
UserTags: tags.String(),
|
||||
}
|
||||
oi.UserDefined = make(map[string]string, len(objInfo.Metadata))
|
||||
for k, v := range objInfo.Metadata {
|
||||
oi.UserDefined[k] = v[0]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user