mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
replication:alloc UserDefined map before use (#11478)
This commit is contained in:
committed by
GitHub
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]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user