mirror of
https://github.com/minio/minio.git
synced 2025-11-02 17:22:09 +01:00
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