mirror of
https://github.com/minio/minio.git
synced 2024-12-25 14:45:54 -05:00
parent
15771ebe8d
commit
b11a8eb3f4
@ -156,7 +156,7 @@ func extractMetadataFromMap(ctx context.Context, v map[string][]string, m map[st
|
||||
}
|
||||
value, ok := v[key]
|
||||
if ok {
|
||||
m[key] = value[0]
|
||||
m[key] = strings.Join(value, ",")
|
||||
break
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user