mirror of
https://github.com/pgsty/minio.git
synced 2026-07-17 01:18:19 +03:00
c7df1ffc6f
do not modify opts.UserDefined after object-handler has set all the necessary values, any mutation needed should be done on a copy of this value not directly. As there are other pieces of code that access opts.UserDefined concurrently this becomes challenging. fixes #14856